Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 996 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 996 Bytes

cbabos's dotfiles

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:

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