fix
This commit is contained in:
parent
e8458f455f
commit
6c099051bf
1 changed files with 5 additions and 4 deletions
9
lnsv.sh
9
lnsv.sh
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ln -s /home/riq0h/dotfiles/.svzshrc ~/.zshrc
|
ln -sf /home/riq0h/dotfiles/.svzshrc ~/.zshrc
|
||||||
|
mkdir .config
|
||||||
mkdir .config/nvim
|
mkdir .config/nvim
|
||||||
ln -s /home/riq0h/dotfiles/init.lua ~/.config/nvim/init.lua
|
ln -sf /home/riq0h/dotfiles/init.lua ~/.config/nvim/init.lua
|
||||||
ln -s /home/riq0h/dotfiles/.zpreztorc ~/.zpreztorc
|
ln -sf /home/riq0h/dotfiles/.zpreztorc ~/.zpreztorc
|
||||||
ln -s /home/riq0h/.zprezto ~/.zprezto
|
ln -sf /home/riq0h/.zprezto ~/.zprezto
|
||||||
|
|
Loading…
Reference in a new issue