7 lines
231 B
Bash
Executable file
7 lines
231 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ln -sf /home/riq0h/dotfiles/.svzshrc ~/.zshrc
|
|
mkdir -p .config/nvim
|
|
ln -sf /home/riq0h/dotfiles/init.lua ~/.config/nvim/init.lua
|
|
ln -sf /home/riq0h/dotfiles/.zpreztorc ~/.zpreztorc
|
|
ln -sf /home/riq0h/.zprezto ~/.zprezto
|