diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:49:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:49:31 +0100 |
| commit | bbf1a1ddc318556ba9681530fe9a4bc049c606db (patch) | |
| tree | 1b139eb9d1227617ecf0c60c73054bb6b4fe91de /shenanigans.sh | |
| parent | b2aa56c7008574e20f68a35ad6ccff03bf10de6d (diff) | |
| download | dotfiles-bbf1a1ddc318556ba9681530fe9a4bc049c606db.tar.gz | |
Added tmux config
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 41b088f..792d715 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | # Software list. | 1 | # Software list. |
| 2 | # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet tilix fzf hx newsbeuter | 2 | # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf |
| 3 | # htop nvtop newsboat | ||
| 3 | 4 | ||
| 4 | # Magical environment variables. | 5 | # Magical environment variables. |
| 5 | 6 | ||
| @@ -35,7 +36,6 @@ alias grep='grep --color=always' | |||
| 35 | alias less='less -R' | 36 | alias less='less -R' |
| 36 | alias gg='lazygit' | 37 | alias gg='lazygit' |
| 37 | alias server='python3 -m http.server 6969' | 38 | alias server='python3 -m http.server 6969' |
| 38 | alias z='zellij --layout compact options --simplified-ui true --disable-mouse-mode' | ||
| 39 | 39 | ||
| 40 | # Custom folder jump commands. | 40 | # Custom folder jump commands. |
| 41 | 41 | ||
| @@ -78,7 +78,7 @@ backup() { | |||
| 78 | cp /home/$USER/.gitconfig gitconfig | 78 | cp /home/$USER/.gitconfig gitconfig |
| 79 | 79 | ||
| 80 | cp /home/$USER/.vimrc vimrc | 80 | cp /home/$USER/.vimrc vimrc |
| 81 | cp /home/$USER/.alacritty.yml alacritty.yml | 81 | cp /home/$USER/.tmux tmux |
| 82 | cp /home/$USER/.config/helix/config.toml config.toml | 82 | cp /home/$USER/.config/helix/config.toml config.toml |
| 83 | cp /home/$USER/.newsboat/urls urls | 83 | cp /home/$USER/.newsboat/urls urls |
| 84 | cp /home/$USER/.newsboat/cache.db cache.db | 84 | cp /home/$USER/.newsboat/cache.db cache.db |
