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

https://github.com/illotum/dotfiles

Personal dotfiles.
https://github.com/illotum/dotfiles

dotfiles homebrew macos

Last synced: about 1 year ago
JSON representation

Personal dotfiles.

Awesome Lists containing this project

README

          

# Dotfiles

```bash
git clone https://github.com/illotum/dotfiles.git $HOME/.dotfiles
alias y='/usr/bin/git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME'
y config --local status.showUntrackedFiles no
y checkout .

# Install Homebrew.
brew bundle
./.macos
sudo vi /etc/shells # /usr/local/bin/fish
chsh -s /usr/local/bin/fish
```