diff --git a/.gitignore b/.gitignore index a470196..a9ceab3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ home/user/.termux/shell home/user/.config/tmux/plugins home/user/.tmux/* -!home/user/.tmux/01.sh \ No newline at end of file +!home/user/.tmux/01.sh + +home/user/.config/systemd/user/default.target.wants \ No newline at end of file diff --git a/install b/install index 735752c..a2c135e 100755 --- a/install +++ b/install @@ -10,7 +10,7 @@ declare -xr SUB="$DOTFILES_ROOT/home/user" declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" - ["tmux"]=".config/tmux .tmux" + ["tmux"]=".config/tmux .tmux .config/systemd/user" ["bash"]=".config/bash .bashrc .profile %tmux %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["alacritty"]=".config/alacritty" diff --git a/install-hooks/tmux/post-install b/install-hooks/tmux/post-install index 95703a4..d5d7c42 100755 --- a/install-hooks/tmux/post-install +++ b/install-hooks/tmux/post-install @@ -1,3 +1,4 @@ #!/usr/bin/env bash +systemctl --user enable --now tmux git clone https://github.com/tmux-plugins/tpm "$HOME/.config/tmux/plugins/tpm" \ No newline at end of file