Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julionc/dotfiles
- Owner: julionc
- Created: 2011-08-15T19:16:21.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:47:44.000Z (about 1 month ago)
- Last Synced: 2024-11-30T08:33:07.384Z (about 1 month ago)
- Topics: dotfiles, fish
- Language: Shell
- Homepage:
- Size: 228 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```