diff --git a/Makefile b/Makefile index acbf6df..8ab5a17 100644 --- a/Makefile +++ b/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 diff --git a/vim/.vimrc b/vim/.vimrc index 8bd31fa..f660b24 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -111,7 +111,7 @@ map st :let @/ = "\t" map cs :let @/ = "" " github -map gg :exe "!hub gist create -o %:p" +map gg :exe "!gh gist create -w %:p" " filetype overrides autocmd Filetype rust set colorcolumn=100