From e5cf4b624e1aea72304f99d6299888619aaa7c8b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 25 Oct 2020 12:34:05 -0400 Subject: Add fonts and autoremove ctags when quitting vim --- .config/nvim/init.vim | 2 ++ .config/sxhkd/sxhkdrc | 2 +- .../share/fonts/Font Awesome 5 Brands-Regular-400.otf | Bin 0 -> 475468 bytes .local/share/fonts/Font Awesome 5 Free-Regular-400.otf | Bin 0 -> 97112 bytes .local/share/fonts/Font Awesome 5 Free-Solid-900.otf | Bin 0 -> 591244 bytes 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .local/share/fonts/Font Awesome 5 Brands-Regular-400.otf create mode 100644 .local/share/fonts/Font Awesome 5 Free-Regular-400.otf create mode 100644 .local/share/fonts/Font Awesome 5 Free-Solid-900.otf 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* " NERDTRee Hotkey map map :NERDTreeToggle 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 new file mode 100644 index 0000000..8ba7054 Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf differ diff --git a/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf new file mode 100644 index 0000000..3ec6277 Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Free-Regular-400.otf differ diff --git a/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf new file mode 100644 index 0000000..cac31d8 Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Free-Solid-900.otf differ -- cgit v1.2.3