add tmux systemd service
This commit is contained in:
parent
f4c88dc5e5
commit
3e1ad38e3e
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,3 +27,5 @@ home/user/.termux/shell
|
||||
home/user/.config/tmux/plugins
|
||||
home/user/.tmux/*
|
||||
!home/user/.tmux/01.sh
|
||||
|
||||
home/user/.config/systemd/user/default.target.wants
|
||||
2
install
2
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"
|
||||
|
||||
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user