Skip to content

Commit

Permalink
feat(scripts): add refresh to Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJPx2 committed Sep 2, 2024
1 parent a561b3b commit 560eed9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ brew "luarocks"
# Mac App Store command-line interface
brew "mas"
# Parser generator tool and incremental parsing library
brew "tree-sitter", link: false
brew "tree-sitter"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# No Nonsense Neovim Client in Rust
Expand Down Expand Up @@ -205,6 +205,8 @@ brew "smug"
brew "starship"
# Organize software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Simplified and community-driven man pages
brew "tldr"
# Terminal multiplexer
brew "tmux"
# Secures, stores, and tightly controls access to secrets
Expand Down
3 changes: 3 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ setup:
post_setup:
./scripts/post_setup.sh

refresh:
./scripts/update.sh

install:
brew bundle install -f --cleanup
just post_setup
Expand Down

0 comments on commit 560eed9

Please sign in to comment.