Setup based on sobolevn dotfiles setup
What's in there?
- all my
brewdependencies including: applications, fonts, etc. SeeBrewfile - all my
macOSconfiguration. Seemacos - all my
pythondependencies. Seepython/ - all my shell configuration. See
shell/andconfig/zshrc
We are using dotbot to handle any installations. Steps:
- Clone this repo
cdintodotfiles/folder- Run:
./install
I am using zsh with oh-my-zsh as a main shell.
Some of the used tools requires local configuration. Such as git with username and email.
Here's the full list:
~/.gitconfig_globalto store any user-specific data~/.shell_env_localto store local shell config, like: usernames, passwords, tokens,gpgkeys and so on
WTFPL: do the fuck you want. Enjoy!