Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freaz/dotfiles
- Owner: freaz
- Created: 2017-02-03T13:54:43.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T08:45:05.000Z (5 months ago)
- Last Synced: 2024-08-24T09:48:09.928Z (5 months ago)
- Topics: dotfiles, fish-shell, homebrew
- Language: Vim Script
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```