BASH CASE FLOW

Added bash case flow

- added two mode single installation and global installation
- tested all cases [PASS]
This commit is contained in:
infidel
2022-03-24 00:56:24 +07:00
parent a776d9ceac
commit 24b5d58262
2 changed files with 95 additions and 11 deletions

4
.vimrc
View File

@@ -11,6 +11,8 @@ Plug 'kaicataldo/material.vim', { 'branch': 'main' }
Plug 'neoclide/coc.nvim', {'branch': 'release'} " Intelisense
Plug 'sheerun/vim-polyglot'
Plug 'lifepillar/vim-gruvbox8'
Plug 'junegunn/vim-easy-align'
Plug 'rakr/vim-two-firewatch'
call plug#end()
@@ -57,7 +59,7 @@ augroup vimrc-remember-cursor-position
augroup END
set background=dark
colo default
colo two-firewatch
map <C-k><C-k> :NERDTreeToggle<cr> " Use Ctrl-P to open the fuzzy file opener
nnoremap <C-p> :Files<cr>