This repository contains my main configurations for setting up a fresh install on MacOS.
Using Homebrew as package manager I'm installing the following for my environment:
- iTerm2
- Z shell with oh-my-zsh
- NeoVIM with my personal config
As I'm mostly doing (currently) Javascript development my main tool I need is of course NodeJS. I'm also working on some CAD projects as a hobbyist 3D printer user for that I'm using FreeCAD. Also I do need some fun times sometimes (mostly truck simulator), because of that the config also installs Steam
In order to use the configuration you'll need to follow a couple of steps:
- open Terminal (macos default)
mkdir -p ~/work && git clone [email protected]:cbabos/dotfiles.git ~/work/ && cd ~/work/dotfiles && sh setup.sh