Update dotfiles

This commit is contained in:
Santiago Lo Coco 2025-04-10 22:29:26 +02:00
parent d8dc8c7655
commit 462b50fb83
No known key found for this signature in database
GPG Key ID: 71B8B2A2BF56572A
5 changed files with 11 additions and 5 deletions

View File

@ -17,6 +17,8 @@ unclutter &
picom & picom &
fix-mouse &
#wmname LG3D #wmname LG3D
"$HOME/.local/bin/sound" & "$HOME/.local/bin/sound" &

View File

@ -1,8 +1,13 @@
[user] [user]
name = Santiago Lo Coco name = Santiago Lo Coco
email = slococo@slc.ar email = slococo@slc.ar
signingkey = F995EFC8B68B1ADF
[includeIf "gitdir:~/Documents/"]
path = ./config-other
[includeIf "gitdir:~/.config/"]
path = ./config-other
[commit] [commit]
gpgSign = false gpgSign = true
[gc] [gc]
autoDetach = false autoDetach = false
[filter "lfs"] [filter "lfs"]

View File

@ -22,10 +22,9 @@ Plug 'jiangmiao/auto-pairs'
call plug#end() call plug#end()
set bg=dark set bg=dark
set go=a "set go=a
set mouse=a set mouse=a
set nohlsearch set nohlsearch
" set clipboard+=unnamedplus
" Use this one if you want to use Middle click to paste copied text from vim " Use this one if you want to use Middle click to paste copied text from vim
set clipboard=unnamed set clipboard=unnamed

View File

@ -1,7 +1,7 @@
let mapleader ="," let mapleader =","
set bg=dark set bg=dark
set go=a "set go=a
set mouse=a set mouse=a
set nohlsearch set nohlsearch
set clipboard=unnamedplus set clipboard=unnamedplus

View File

@ -21,7 +21,7 @@ setopt HIST_SAVE_NO_DUPS
setopt HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_ALL_DUPS
setopt HIST_IGNORE_SPACE setopt HIST_IGNORE_SPACE
setopt globdots setopt globdots
setopt menu_complete #setopt menu_complete
setopt no_case_glob setopt no_case_glob
setopt no_case_match setopt no_case_match
setopt interactive_comments setopt interactive_comments