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.
- Host: GitHub
- URL: https://github.com/illotum/dotfiles
- Owner: illotum
- Created: 2015-08-21T20:48:14.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T19:24:02.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:51:11.304Z (over 1 year ago)
- Topics: dotfiles, homebrew, macos
- Language: Shell
- Homepage:
- Size: 289 KB
- Stars: 1
- Watchers: 1
- 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
```