Swap to gh over hub
This commit is contained in:
parent
90b01c3efd
commit
5ab4586494
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ mac_applications:
|
|||
softwareupdate --install-rosetta
|
||||
brew install coreutils gnu-sed direnv fzf git stow the_silver_searcher tmux \
|
||||
vim zsh rbenv ruby-build tfenv nodenv node-build tig libpq gnupg llvm \
|
||||
awscli cmake session-manager-plugin jq gnu-tar sccache watch hub
|
||||
awscli cmake session-manager-plugin jq gnu-tar sccache watch gh
|
||||
brew install --cask docker rectangle slack google-chrome alacritty telegram \
|
||||
discord element
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ map <Leader>st :let @/ = "\t"<cr>
|
|||
map <Leader>cs :let @/ = ""<cr>
|
||||
|
||||
" github
|
||||
map <Leader>gg :exe "!hub gist create -o %:p"<cr><cr>
|
||||
map <Leader>gg :exe "!gh gist create -w %:p"<cr><cr>
|
||||
|
||||
" filetype overrides
|
||||
autocmd Filetype rust set colorcolumn=100
|
||||
|
|
Loading…
Reference in a new issue