fedora installer now knows about tmux
This commit is contained in:
parent
320f7460d9
commit
b43d0b43b3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
#symbolic links
|
#symbolic links
|
||||||
ln -s "$DIR/.vim" ~/.
|
ln -s "$DIR/.vim" ~/.
|
||||||
ln -s "$DIR/.vimrc" ~/.
|
ln -s "$DIR/.vimrc" ~/.
|
||||||
|
ln -s "$DIR/.tmux.conf" ~/.
|
||||||
ln -s "$DIR/.zshrc" ~/.
|
ln -s "$DIR/.zshrc" ~/.
|
||||||
ln -s "$DIR/.oh-my-zsh" ~/.
|
ln -s "$DIR/.oh-my-zsh" ~/.
|
||||||
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -s "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
|
|
Loading…
Reference in a new issue