diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index caa32a2..d0202b3 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -10,7 +10,7 @@ family = "JetBrainsMono Nerd Font" [general] import = [ - "~/.config/alacritty/themes/tokyonight_night.toml" + "~/.config/alacritty/themes/catppuccin-mocha.toml" ] [keyboard] diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index a3d42e9..0fc4651 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,30 +1,32 @@ gui: - # DRACULA theme: activeBorderColor: - - "#ff9e64" - - "bold" + - '#cba6f7' + - bold inactiveBorderColor: - - "#27a1b9" + - '#a6adc8' searchingActiveBorderColor: - - "#ff9e64" - - "bold" + - '#f9e2af' optionsTextColor: - - "#7aa2f7" + - '#89b4fa' selectedLineBgColor: - - "#283457" + - '#313244' + inactiveViewSelectedLineBgColor: + - '#6c7086' cherryPickedCommitFgColor: - - "#7aa2f7" + - '#cba6f7' cherryPickedCommitBgColor: - - "#bb9af7" + - '#45475a' markedBaseCommitFgColor: - - "#7aa2f7" + - '#89b4fa' markedBaseCommitBgColor: - - "#e0af68" + - '#f9e2af' unstagedChangesColor: - - "#db4b4b" + - '#f38ba8' defaultFgColor: - - "#c0caf5" + - '#cdd6f4' + authorColors: + '*': '#b4befe' showNumstatInFilesView: true nerdFontsVersion: 3 diff --git a/.tmux.conf b/.tmux.conf index 987c053..e3f503f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -36,6 +36,7 @@ set -ag terminal-overrides ",xterm-256color:RGB" set -g status-interval 10 set -g allow-passthrough on +set -g set-clipboard on set -ga update-environment TERM set -ga update-environment TERM_PROGRAM diff --git a/.zshrc b/.zshrc index 945e239..c7867c5 100644 --- a/.zshrc +++ b/.zshrc @@ -23,3 +23,5 @@ export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock for file in ~/.config/zsh/*.zsh; do [ -r "$file" ] && source "$file" done + +. "$HOME/.local/share/../bin/env"