This name is inspired by Barney's catchphrase, Barney is a character in my favorite TV series: How I met your mother.
This preset will hold every thing in ~/.config/suitup folder.
-
run bootstrap in a very first step.
curl -sL https://raw.githubusercontent.com/changehow/suitup/master/bootstrap.sh | bash -
after initial step, you need run
./scripts/init/init-configs.shto init configuration folder. -
run
./scripts/init/install-zsh-plugins.shto install zsh plugins. -
run
./scripts/init/apps.shto install apps. -
run
./scripts/init/command-line-tools.shto install command line tools. -
run
./scripts/init/front-end.shto install front-end tools.
- Homebrew
- Oh My Zsh
- iTerm2
- Visual Studio Code
- Itsycal A cute calendar for macOS, I really like it.
- Raycast A powerful tool for macOS, I use it to replace Alfred.
- Monaspace
We also provide vim configuration and some aliases:
- using
jkto replaceESCin vim. - using
<C-j/k/e/b>to quick navigating in vim. - add some base settings to vim.
- add some aliases like
gph:git push,gpl:git pull --rebase,gco:git checkout...
Run this command and reset to default zsh config(.zshrc)
sh ./clean.shThis script will do:
- remove
~/.config/suitup - remove
~/.oh-my-zsh - remove
~/.zshrc - switch to
bash, or you can keepzshif you macOS has changed the default shell to zsh.
After doing this, you can enjoy your development journey. ๐
