dotfiles for the developer happiness: zsh, brew, vscode, python, node, elixir
sobolevn's dotfiles
Contents
What's in there?
all my brew dependencies including: applications, fonts, etc. See Brewfile
all my macOS configuration. See macos
all my python dependencies. See python/
all my shell configuration. See shell/ and config/zshrc
all my vscode configuration. See vscode/
Installation
We are using dotbot to handle any installations. Steps:
Clone this repo
cd into dotfiles/ folder
Run: ./install
CLI
I am using both hyper and Terminal App as terminal emulators
I am using zsh with oh-my-zsh as a main shell
I also have a lot of tools to make my working experience better
Here are some good articles I wrote about my environment:
VSCode
The theme is called
ayu. It is awesome!It is configured the way I like it, here's the full list of settings that I am using.
And I prefer to have a minimal set of plugins.
You can find everything inside my
dotfilesrepository.dotfiles for the developer happiness: zsh, brew, vscode, python, node, elixir
sobolevn's dotfiles
Contents
What's in there?
brewdependencies including: applications, fonts, etc. SeeBrewfilemacOSconfiguration. Seemacospythondependencies. Seepython/shell/andconfig/zshrcvscodeconfiguration. Seevscode/Installation
We are using
dotbotto handle any installations. Steps:cdintodotfiles/folder./installCLI
I am using both hyper and
Terminal Appas terminal emulators I am usingzshwithoh-my-zshas a main shell I also have a lot of tools to make my working experience better Here are some good articles I wrote about my environment:I mainly work with three stacks:
pythonnodeelixirSo, they are configured nice and smoothly. You will have configured version managers, best practices, and useful tools. And some productivity hacks!
I also have
php…