dotfiles/install.sh

16 lines
299 B
Bash
Raw Normal View History

2018-03-26 06:28:57 -07:00
#!/bin/bash
rm ~/.bashrc
rm ~/.bash_aliases
rm ~/.bash_exports
rm ~/.bash_wrappers
rm ~/.vimrc
rm ~/.screenrc
rm ~/.tmux.conf
ln -s dotfiles/.bashrc ~/
2018-03-26 06:46:22 -07:00
ln -s dotfiles/.bash_aliases ~/
ln -s dotfiles/.bash_exports ~/
2018-03-26 06:28:57 -07:00
ln -s dotfiles/.vimrc ~/
ln -s dotfiles/.screenrc ~/
ln -s dotfiles/.tmux.conf ~/