Skip to content

Commit 4c19c49

Browse files
committed
add the bashrc trojan to git
1 parent 9fd5c7d commit 4c19c49

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

trojan-bashrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# if you put this as your bashrc, it will automatically run the install script upon login
2+
3+
git clone https://github.com/DylanJones/dotfiles ~/.dotfiles
4+
sudo yum -y install zsh
5+
sudo rm -r /root/.config/pip /home/vagrant/.config/pip /home/vagrant/.pydistutils.cfg
6+
7+
cd ~/.dotfiles
8+
./install.sh
9+
10+
sudo chsh -s '/bin/zsh' "$(whoami)"
11+
12+
exec zsh

0 commit comments

Comments
 (0)