diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-25 12:34:05 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-25 12:34:05 -0400 |
commit | e5cf4b624e1aea72304f99d6299888619aaa7c8b (patch) | |
tree | b624c6a3afd5ecca868beae0a6de1aa9aa87cdaa | |
parent | 8158a45078148be787481d5c94ad9878eeaf70ad (diff) |
Add fonts and autoremove ctags when quitting vim
-rwxr-xr-x | .config/nvim/init.vim | 2 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 | ||||
-rw-r--r-- | .local/share/fonts/Font Awesome 5 Brands-Regular-400.otf | bin | 0 -> 475468 bytes | |||
-rw-r--r-- | .local/share/fonts/Font Awesome 5 Free-Regular-400.otf | bin | 0 -> 97112 bytes | |||
-rw-r--r-- | .local/share/fonts/Font Awesome 5 Free-Solid-900.otf | bin | 0 -> 591244 bytes |
5 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index d4151ab..bbf868b 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -269,6 +269,8 @@ augroup END autocmd BufWritePre * %s/\s\+$//e " Soft Tabs filetype plugin indent on +" Delete ctags when leaving vim +au VimLeave * :!rm ./tags*<CR> " NERDTRee Hotkey map map <C-n> :NERDTreeToggle<CR> let NERDTreeDirArrowExpandable="|" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0213c91..0dc9a47 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -234,7 +234,7 @@ shift + XF86MonBrightnessDown xbacklight -time 100 -set 5 && screenstatus ## Display Setup Utility (mirror or extend displays) XF86Display - displaymenu + arandr ## Disable Trackpad XF86Favorites trackpadtoggle 0 diff --git a/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf Binary files differnew file mode 100644 index 0000000..8ba7054 --- /dev/null +++ b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf diff --git a/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf Binary files differnew file mode 100644 index 0000000..3ec6277 --- /dev/null +++ b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf diff --git a/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf Binary files differnew file mode 100644 index 0000000..cac31d8 --- /dev/null +++ b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf |