Fix tmux config not getting symlinked properly
This commit is contained in:
parent
19d82c2f5e
commit
7bfeddabf6
@ -8,14 +8,14 @@ elif [[ $(command -v pacman) == 0 ]]; then
|
||||
sudo pacman -S tmux git gnupg openssh
|
||||
fi
|
||||
|
||||
HERE=$(pwd)
|
||||
|
||||
# Set up tmux
|
||||
ln -s ./tmux/tmux.conf ~/.tmux.conf
|
||||
ln -s $HERE/tmux/tmux.conf ~/.tmux.conf
|
||||
# Get the tmux-plugin-manager
|
||||
mkdir -p ~/.tmux/plugins
|
||||
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
|
||||
|
||||
HERE=$(pwd)
|
||||
|
||||
# Set up redshift
|
||||
mkdir -p ~/.config/redshift
|
||||
mkdir -p ~/.config/autostart
|
||||
|
Loading…
Reference in New Issue
Block a user