Link .tmux.conf to tmux configuration from repo
The executing users ~/.tmux.conf will be symlinked to the repos tmux configuration file
This commit is contained in:
parent
8f0f9150c1
commit
e4c7baabb4
@ -5,6 +5,9 @@ sudo -i dnf install tmux tree git
|
|||||||
|
|
||||||
# Checkout my dotfiles and the tmux-plugin-manager
|
# Checkout my dotfiles and the tmux-plugin-manager
|
||||||
mkdir -p ~/.tmux/plugins
|
mkdir -p ~/.tmux/plugins
|
||||||
|
mkdir -p ~/.dotfiles
|
||||||
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm.git ~/.tmux/plugins/tpm
|
||||||
git clone https://github.com/jreichmann/dotfiles.git
|
git clone https://github.com/jreichmann/dotfiles.git ~/.dotfiles
|
||||||
|
|
||||||
|
ln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user