config: .gitconfig, add secrets to profile, update tmux.conf
Prithu Goswami pg@prithu.dev
Tue, 12 Mar 2024 08:27:26 +0530
3 files changed,
10 insertions(+),
2 deletions(-)
M
home/.gitconfig
→
home/.gitconfig
@@ -24,6 +24,7 @@ br = branch
bra = branch -a co = checkout df = diff + bb = !better-git-branch.sh ; up = pull --rebase [pull] rebase = false@@ -45,3 +46,9 @@ [advice]
addEmptyPathspec = false +[rerere] + enabled = true +[maintenance] + repo = /home/prithu/src/ddt +[branch] + sort = -committerdate
M
home/.profile
→
home/.profile
@@ -11,7 +11,7 @@ # export OPENER=xdg-open
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" -# source $HOME/.config/secrets +source $HOME/.config/secrets export PATH="$HOME/.poetry/bin:$PATH" export PATH="$HOME/bin/scripts:$PATH"
M
tmux/tmux.conf
→
tmux/tmux.conf
@@ -101,8 +101,9 @@
# Command message set -g message-command-style bg=colour233,fg=black + # Mode -set -g mode-style bg=colour253,fg=colour231 +set -g mode-style bg=colour253,fg=colour233 # this allows the cursor to change when within st # https://vi.stackexchange.com/questions/22224/change-neovim-cursor-in-insert-mode-under-st-simple-terminal-and-tmux