Skip to content

Commit 9d62955

Browse files
author
Rey Dhuny
committed
Change source commands to bash for consistency across projects
1 parent c8b468c commit 9d62955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ sudo apt-get --assume-yes install i3 chromium-browser feh git saidar tmux tree v
3939
echo
4040
echo "GET DOTS"
4141
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 ~
4545
echo
4646
echo "BOOM"
4747
echo

0 commit comments

Comments
 (0)