forked from patriciomacadden/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·14 lines (12 loc) · 908 Bytes
/
setup.sh
File metadata and controls
executable file
·14 lines (12 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
rm -fr /home/ivan/.bashrc ;ln -s /home/ivan/.dotfiles/.bashrc /home/ivan/.bashrc
rm -fr /home/ivan/.zshrc ;ln -s /home/ivan/.dotfiles/.zshrc /home/ivan/.zshrc
rm -fr /home/ivan/.gitconfig ;ln -s /home/ivan/.dotfiles/.gitconfig /home/ivan/.gitconfig
rm -fr /home/ivan/.vimrc ;ln -s /home/ivan/.dotfiles/.vimrc /home/ivan/.vimrc
rm -fr /home/ivan/.vim ;ln -s /home/ivan/.dotfiles/.vim /home/ivan/.vim
rm -fr /home/ivan/.hgrc ;ln -s /home/ivan/.dotfiles/.hgrc /home/ivan/.hgrc
rm -fr /home/ivan/.gemrc; ln -s /home/ivan/.dotfiles/.gemrc /home/ivan/.gemrc
rm -fr /home/ivan/.fzf.zsh; ln -s /home/ivan/.dotfiles/.fzf.zsh /home/ivan/.fzf.zsh
rm -fr /etc/rc.local; ln -s /home/ivan/.dotfiles/rc.local /etc/rc.local
#hosts files
rm -fr /etc/hosts ;ln -s /home/ivan/.dotfiles/hosts /etc/hosts
#rm -fr /etc/iptables/iptables.rules ;ln -s /home/ivan/.dotfiles/iptables.rules /etc/iptables/iptables.rules