dotfiles/setup.sh
2021-11-14 22:47:49 +03:00

7 lines
144 B
Bash
Executable File

#!/usr/bin/bash
ln -s "$PWD"/dotfiles/.subbash ~
ln -s "$PWD"/dotfiles/.bashrc ~
ln -s "$PWD"/dotfiles/.zshrc ~
ln -s "$PWD"/dotfiles/.vimrc ~