update tmux config
This commit is contained in:
parent
983dc33dee
commit
f4199affbd
5 changed files with 12 additions and 10 deletions
17
Makefile
17
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
# all:
|
||||
DOTFILES_DIR := /home/osbm/Documents/dotfiles/src
|
||||
|
||||
|
||||
clone:
|
||||
|
|
@ -9,11 +9,16 @@ install-programs-pacman:
|
|||
sudo pacman -S tmux alacritty trash-cli git git-lfs spectacle unzip docker docker-compose pyenv libreoffice-still obsidian
|
||||
|
||||
link:
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.gitconfig ~/.gitconfig
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/alacritty/ ~/.config/alacritty
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/fish/ ~/.config/fish
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.config/tmux ~/.config/tmux
|
||||
ln -sf /home/osbm/Documents/dotfiles/src/.ssh/config ~/.ssh/config
|
||||
# delete directories if they exist
|
||||
rm -rf ~/.config/alacritty
|
||||
rm -rf ~/.config/fish
|
||||
|
||||
ln -sf $(DOTFILES_DIR)/.gitconfig ~/.gitconfig
|
||||
ln -sf $(DOTFILES_DIR)/.config/alacritty/ ~/.config/alacritty
|
||||
ln -sf $(DOTFILES_DIR)/.config/fish/ ~/.config/fish
|
||||
ln -sf $(DOTFILES_DIR)/.config/tmux/tmux.conf ~/.config/tmux/tmux.conf
|
||||
ln -sf $(DOTFILES_DIR)/.ssh/config ~/.ssh/config
|
||||
|
||||
|
||||
install-tpm:
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
|
|
|
|||
1
src/.config/tmux/.gitignore
vendored
1
src/.config/tmux/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
plugins
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
||||
|
|
@ -6,7 +6,7 @@ set-option -g default-shell /usr/bin/fish
|
|||
|
||||
|
||||
set -g prefix C-s
|
||||
set -g @dracula-plugins "cpu-usage ram-usage battery time"
|
||||
set -g @dracula-plugins "git cpu-usage ram-usage gpu-usage battery time"
|
||||
|
||||
set -g @dracula-show-timezone false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue