freaz / dotfiles

freaz's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

freaz's dotfiles


Languages

Language:Vim Script 83.0%Language:Shell 13.1%Language:Makefile 1.5%Language:Ruby 1.3%Language:Python 1.1%