Setup based on sobolevn dotfiles setup
What's in there?
- all my
brew
dependencies including: applications, fonts, etc. SeeBrewfile
- all my
macOS
configuration. Seemacos
- all my
python
dependencies. Seepython/
- all my shell configuration. See
shell/
andconfig/zshrc
We are using dotbot
to handle any installations. Steps:
- Clone this repo
cd
intodotfiles/
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_global
to store any user-specific data~/.shell_env_local
to store local shell config, like: usernames, passwords, tokens,gpg
keys and so on
WTFPL: do the fuck you want. Enjoy!