https://github.com/tobywaite/dotfiles
.dotfiles
https://github.com/tobywaite/dotfiles
dotfiles shell
Last synced: 2 months ago
JSON representation
.dotfiles
- Host: GitHub
- URL: https://github.com/tobywaite/dotfiles
- Owner: tobywaite
- Created: 2013-10-06T21:56:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T16:48:49.000Z (about 9 years ago)
- Last Synced: 2025-03-28T04:20:38.409Z (over 1 year ago)
- Topics: dotfiles, shell
- Language: Python
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to set up my env #
1. Install Homebrew:
- https://brew.sh/
- /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. Install OhMyZsh:
- https://ohmyz.sh/
- $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
3. Set up SSH Keys & Github:
- https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
4. Install Dotfiles:
- https://github.com/technicalpickles/homesick
- https://github.com/tobywaite/dotfiles
- sudo gem install homesick
- homesick clone tobywaite/dotfiles
- homesick link dotfiles
5. Configure iTerm:
- Download & Install Solarized:
- http://ethanschoonover.com/solarized
- http://ethanschoonover.com/solarized/files/solarized.zip
- https://github.com/altercation/ethanschoonover.com/tree/master/projects/solarized/iterm2-colors-solarized
- Install Powerline Fonts:
- https://github.com/powerline/fonts
- Set up iTerm configuration:
- iTerm Preferences -> General -> "Load preferences from a custom folder or URL" -> "/Users/toby/.config/iterm"
6. Set up python:
- pip install -r ~/.config/python/requirements.txt
- pip3 install -r ~/.config/python/requirements3.txt
## To Do: ##
- Maybe automate some of the above using .homesickrc (see homesick README) or make?
- iTerm config isn't tracked. Fix it!