all repos — dotfiles @ a0b55598e91c1d3a5ea483133658d14f242d5c79

linux dotfiles

config: .gitconfig, add secrets to profile, update tmux.conf
Prithu Goswami pg@prithu.dev
Tue, 12 Mar 2024 08:27:26 +0530
commit

a0b55598e91c1d3a5ea483133658d14f242d5c79

parent

d2a8ccd9b2a5ea42c842934fc3db7a8095bfe129

3 files changed, 10 insertions(+), 2 deletions(-)

jump to
M home/.gitconfighome/.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/.profilehome/.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.conftmux/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