this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use iceberg instead of gruvbox

+4 -4
+1 -1
fish/functions/work.fish
··· 4 4 tmux has-session -t "$NAME" 5 5 or tmux new-session -d -s "$NAME" -c "$WORKSPACE/$NAME" 6 6 if [ -z "$TMUX" ] 7 - tmux attach-session -t "$NAME" 7 + tmux -CC attach-session -t "$NAME" 8 8 else 9 9 tmux switch-client -t "$NAME" 10 10 end
+2 -2
nvim/init.vim
··· 7 7 8 8 " Visual 9 9 Plug 'bling/vim-bufferline' 10 - Plug 'morhetz/gruvbox' 10 + Plug 'cocopon/iceberg.vim' 11 11 12 12 " Languages 13 13 Plug 'sheerun/vim-polyglot' ··· 60 60 " }}} 61 61 " Colors {{{ 62 62 set background=dark 63 - colorscheme gruvbox 63 + colorscheme iceberg 64 64 " }}} 65 65 " User interface {{{ 66 66 " Ignore all automatic files and folders
+1 -1
nvim/plugin/statusline.vim
··· 1 - let &statusline="%<%n >> %f %h%m%r << %{fugitive#statusline()}%=%4c:%l 0x%04B" 1 + let &statusline="%<%n >> %f %h%m%r << %{fugitive#statusline()}%=%4c:%l"