Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,6 @@ erl_crash.dump
.pyre
.bash_history
.python_history

#### aislop ####
**/superpowers/
4 changes: 4 additions & 0 deletions macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ brew "libomp"
brew "nano"
# Improved Nano Syntax Highlighting Files
brew "nanorc"
# Port scanning utility for large networks
brew "nmap"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# Manage multiple Node.js versions
Expand All @@ -34,6 +36,8 @@ brew "pyenv"
brew "ruby-build"
# Ruby version manager
brew "rbenv"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Safe, concurrent, practical language
Expand Down