add tmux systemd service
This commit is contained in:
parent
f4c88dc5e5
commit
3e1ad38e3e
4
.gitignore
vendored
4
.gitignore
vendored
@ -26,4 +26,6 @@ home/user/.termux/shell
|
|||||||
|
|
||||||
home/user/.config/tmux/plugins
|
home/user/.config/tmux/plugins
|
||||||
home/user/.tmux/*
|
home/user/.tmux/*
|
||||||
!home/user/.tmux/01.sh
|
!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=(
|
declare -r -A TARGETS=(
|
||||||
["colors"]=".config/terminal-colors.d"
|
["colors"]=".config/terminal-colors.d"
|
||||||
["tmux"]=".config/tmux .tmux"
|
["tmux"]=".config/tmux .tmux .config/systemd/user"
|
||||||
["bash"]=".config/bash .bashrc .profile %tmux %colors"
|
["bash"]=".config/bash .bashrc .profile %tmux %colors"
|
||||||
["zsh"]="%bash .config/zsh .zshenv .inputrc"
|
["zsh"]="%bash .config/zsh .zshenv .inputrc"
|
||||||
["alacritty"]=".config/alacritty"
|
["alacritty"]=".config/alacritty"
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
systemctl --user enable --now tmux
|
||||||
git clone https://github.com/tmux-plugins/tpm "$HOME/.config/tmux/plugins/tpm"
|
git clone https://github.com/tmux-plugins/tpm "$HOME/.config/tmux/plugins/tpm"
|
||||||
Loading…
x
Reference in New Issue
Block a user