dotfiles/README.MD

10 lines
197 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
2024-02-10 20:16:14 +03:00
sh -c "$(wget -O- https://git.nakidai.ru/nakidai/dotfiles/raw/branch/master/install_zsh.sh)"
2023-10-27 20:33:20 +03:00
```