diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..4f51d38 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash +ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf +ln -s ~/.dotfiles/zshrc ~/.zshrc +ln -s ~/.dotfiles/oh-my-zsh ~/.oh-my-zsh