Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julionc/dotfiles

Config files for fish, git, personal toolbox and so on
https://github.com/julionc/dotfiles

dotfiles fish

Last synced: 22 days ago
JSON representation

Config files for fish, git, personal toolbox and so on

Awesome Lists containing this project

README

        

# dotfiles

Config files for fish, git, personal toolbox and so on.

## Install

Run:

```sh
git clone https://github.com/julionc/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
make
```

## Shell

### Fish

```sh
brew install fish
sudo bash -c 'echo $(which fish) >> /etc/shells'
chsh -s $(which fish)
```

Add brew binaries in fish path run the command:
```sh
fish_add_path /opt/homebrew/bin
```