Ecosyste.ms: Awesome
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 month ago
JSON representation
Personal dotfiles.
- Host: GitHub
- URL: https://github.com/illotum/dotfiles
- Owner: illotum
- Created: 2015-08-21T20:48:14.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:47:52.000Z (7 months ago)
- Last Synced: 2024-04-24T02:55:38.683Z (7 months ago)
- Topics: dotfiles, homebrew, macos
- Language: Shell
- Homepage:
- Size: 283 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```