Skip to content

Instantly share code, notes, and snippets.

@elsonwu
Last active June 8, 2022 13:58
Show Gist options
  • Save elsonwu/deb8d5fd12c8a4407c5d87817314f6cb to your computer and use it in GitHub Desktop.
Save elsonwu/deb8d5fd12c8a4407c5d87817314f6cb to your computer and use it in GitHub Desktop.
Config for normal daily tools
#!/bin/bash
xcode-select --install
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install \
fish \
font-devicons \
homebrew/cask-fonts/font-hack-nerd-font \
aria2 \
go \
fzf \
ripgrep \
nvim \
nvm \
fd \
exa \
dog \
dust \
lsd \
curlie \
delta \
vault \
tldr \
sshuttle \
httpie \
awscli \
aria2 \
expect
brew install --cask \
stats \
the-unarchiver \
itsycal \
spectacle \
eudic \
appcleaner \
clashx \
hiddenbar \
iina \
scroll-reverser \
iterm2 \
typora \
cheatsheet \
gitup \
mysqlworkbench \
visual-studio-code \
firefox \
github \
insomnia
# Rust lang
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# https://github.com/brigand/fast-nvm-fish
# fish as default shell
sudo echo "/usr/local/bin/fish" >> /etc/shells
chsh -s /usr/local/bin/fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment