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-config.sh
to init configuration folder. -
run
./scripts/init/install-zsh-plugins.sh
to install zsh plugins. -
run
./scripts/init/apps.sh
to install apps. -
run
./scripts/init/command-line-tools.sh
to install command line tools. -
run
./scripts/init/front-end.sh
to 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
jk
to replaceESC
in 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.sh
This script will do:
- remove
~/.config/suitup
- remove
~/.oh-my-zsh
- remove
~/.zshrc
- switch to
bash
, or you can keepzsh
if you macOS has changed the default shell to zsh.
After doing this, you can enjoy your development journey. 🎉