dotfiles/README.MD

10 lines
199 B
Plaintext
Raw Normal View History

2023-10-27 20:33:20 +03:00
# Dotfiles
My configs for zsh, x.org and neovim
zsh
--
To install zsh config, type this:
```sh
2023-10-27 21:55:27 +03:00
sh -c "$(wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh)"
2023-10-27 20:33:20 +03:00
```