11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
|
# Dotfiles
|
||
|
My configs for zsh, x.org and neovim
|
||
|
|
||
|
zsh
|
||
|
--
|
||
|
To install zsh config, type this:
|
||
|
```sh
|
||
|
sh -c "${wget -O- https://nakidai.ddns.net/nakidai/dotfiles/raw/branch/master/install_zsh.sh}"
|
||
|
```
|
||
|
This script will replace ~/.zshrc and ~/.oh-my-zsh with its own, so be careful
|