amfora, nvim plugin, git pushall

This commit is contained in:
Hedy Li 2021-08-10 20:43:52 +08:00
parent 82c0afb70c
commit c53698e8b0
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
3 changed files with 4 additions and 1 deletions

View File

@ -82,6 +82,7 @@ emoji_favicons = true
"astrobotany.mozz.us" = '~/cert.pem'
"chat.mozz.us" = '~/cert.pem'
"station.martinrue.com" = '~/cert.pem'
"feeds.drewdevault.com" = '~/cert.pem'
[auth.keys]
# Client certificate keys
@ -90,6 +91,7 @@ emoji_favicons = true
"astrobotany.mozz.us" = '~/key.pem'
"chat.mozz.us" = '~/key.pem'
"station.martinrue.com" = '~/key.pem'
"feeds.drewdevault.com" = '~/key.pem'
[keybindings]

View File

@ -3,7 +3,6 @@ call plug#begin(stdpath('data') . '/plugged')
Plug 'dracula/vim', {'name': 'dracula'} " dracula color theme
Plug 'preservim/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'prettier/vim-prettier', { 'do': 'npm install' }
Plug 'Yggdroot/indentLine' " indentLine plugin
Plug 'stautob/vim-fish' " fish support for vim
Plug 'tpope/vim-fugitive' " git stuff
@ -24,6 +23,7 @@ if has('python')
Plug 'laurentgoudet/vim-howdoi'
endif
Plug 'wakatime/vim-wakatime' " wakatime for vim
Plug 'SuneelFreimuth/vim-gemtext'
call plug#end()

View File

@ -25,6 +25,7 @@
fame = !python3 -m gitfame
p = push
cmam = commit -am
pushall = !git remote | xargs -L1 git push --all
[credential]
helper = store --file="$HOME/.git_creds"