Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freaz/dotfiles

freaz's dotfiles
https://github.com/freaz/dotfiles

dotfiles fish-shell homebrew

Last synced: about 1 month ago
JSON representation

freaz's dotfiles

Awesome Lists containing this project

README

        

# dotfiles

## Installation

On MacOS first install Xcode Command Line Tools:

```shell
$ xcode-select --install
```

On Debian or Ubuntu install build-essential:
```shell
$ sudo apt install build-essential
```

Cloning the dotfiles:

```shell
$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
$ home remote add origin [email protected]:freaz/dotfiles.git
$ home fetch
$ home reset HEAD
```

Installing tools:

```shell
# For workstation (MacOS)
$ make station

# On server
$ make server
```