File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ sudo apt-get --assume-yes install i3 chromium-browser feh git saidar tmux tree v
39
39
echo
40
40
echo " GET DOTS"
41
41
echo
42
- git clone https://github.com/rey/.dot.git ~ /.dot && cd ~ /.dot && source install.sh && cd ~
43
- git clone https://github.com/rey/.vim.git ~ /.vim && cd ~ /.vim && source install.sh && cd ~
44
- git clone https://github.com/rey/.tmux.git ~ /.tmux && cd ~ /.tmux && source install.sh && cd ~
42
+ git clone https://github.com/rey/.dot.git ~ /.dot && cd ~ /.dot && bash install.sh && cd ~
43
+ git clone https://github.com/rey/.vim.git ~ /.vim && cd ~ /.vim && bash install.sh && cd ~
44
+ git clone https://github.com/rey/.tmux.git ~ /.tmux && cd ~ /.tmux && bash install.sh && cd ~
45
45
echo
46
46
echo " BOOM"
47
47
echo
You can’t perform that action at this time.
0 commit comments