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: 14 days ago
JSON representation
freaz's dotfiles
- Host: GitHub
- URL: https://github.com/freaz/dotfiles
- Owner: freaz
- Created: 2017-02-03T13:54:43.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T18:12:58.000Z (4 months ago)
- Last Synced: 2024-11-30T23:29:00.305Z (2 months ago)
- Topics: dotfiles, fish-shell, homebrew
- Language: Vim Script
- Homepage:
- Size: 393 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
```