Skip to content

Commit

Permalink
update hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
tobymccann committed Apr 4, 2020
1 parent d98df10 commit a352161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function setup_symlinks() {
symlink "git" ${DOTFILES_REPO}/git/gitconfig ~/.gitconfig
symlink "gitignore" ${DOTFILES_REPO}/git/gitignore ~/.gitignore
symlink "hammerspoon" ${DOTFILES_REPO}/hammerspoon ~/.hammerspoon
symlink "hyper" ${DOTFILES_REPO}/hyper.js ~/.hyper.js
symlink "hyper" ${DOTFILES_REPO}/hyper/hyper.js ~/.hyper.js
symlink "karabiner" ${DOTFILES_REPO}/karabiner ~/.config/karabiner
symlink "tmux" ${DOTFILES_REPO}/tmux/tmux.conf ~/.tmux.conf
symlink "vim" ${DOTFILES_REPO}/vim/vimrc ~/.vimrc
Expand Down
2 changes: 1 addition & 1 deletion hyper/.hyper.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module.exports = {
// `hyperpower`
// `@company/project`
// `project#1.0.1`
plugins: ["hyper-material-theme"],
plugins: ["hyper-material-theme", "gitrocket", "hyperpower", "hyper-tabs-enhanced"],

// in development, you can create a directory under
// `~/.hyper_plugins/local/` and include it here
Expand Down

0 comments on commit a352161

Please sign in to comment.