Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 516 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 516 Bytes

dotfiles

Installation

On MacOS first install Xcode Command Line Tools:

$ xcode-select --install

On Debian or Ubuntu install build-essential:

$ sudo apt install build-essential

Cloning the dotfiles:

$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
$ home remote add origin git@github.com:freaz/dotfiles.git
$ home fetch
$ home reset HEAD

Installing tools:

# For workstation (MacOS)
$ make station

# On server
$ make server