What's in there?
- my
brew
dependencies including: applications, fonts, etc. SeeBrewfile
- my
macOS
configuration. Seemacos
- all my [shell configuration]. See
shell/
andconfig/zshrc
- all my
vscode
configuration. Seevscode/
I am using dotbot
to set things up. Steps:
- Clone this repo
cd
intodotfiles/
folder- Run:
./install
I am using zsh
with oh-my-zsh
as a main shell.
I am using brew
to install all free apps for my mac.
I also sync apps from AppStore with brew
,
so the resulting Brewfile
should contain everything.
Some of the used tools requires local configuration. Such as git
with username and email.
Here's the full list:
~/.gitconfig_local
to store any user-specific data~/.shell_env_local
to store local shell config, like: usernames, passwords, tokens and so on
WTFPL: do the fuck you want. Enjoy!