/dotfiles

dotfiles for the developer happiness: zsh, powerlevel ,brew, vscode, go, node, python

Primary LanguageShellMIT LicenseMIT

caiokf's dotfiles

caiokf's dotfiles

Contents

What's in there?

  • my brew dependencies including: applications, fonts, etc. See Brewfile
  • my macOS configuration. See macos
  • all my [shell configuration]. See shell/ and config/zshrc
  • all my vscode configuration. See vscode/

Installation

I am using dotbot to set things up. Steps:

  1. Clone this repo
  2. cd into dotfiles/ folder
  3. Run: ./install

CLI

I am using zsh with oh-my-zsh as a main shell.

Apps

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.

Local configuration

Some of the used tools requires local configuration. Such as git with username and email.

Here's the full list:

  1. ~/.gitconfig_local to store any user-specific data
  2. ~/.shell_env_local to store local shell config, like: usernames, passwords, tokens and so on

License

WTFPL: do the fuck you want. Enjoy!