Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinhoglund/dotfiles
Custom dotfiles configuration
https://github.com/colinhoglund/dotfiles
Last synced: 15 days ago
JSON representation
Custom dotfiles configuration
- Host: GitHub
- URL: https://github.com/colinhoglund/dotfiles
- Owner: colinhoglund
- Created: 2015-01-20T21:35:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:37:14.000Z (3 months ago)
- Last Synced: 2024-10-02T12:41:17.906Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 9.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OS X dotfiles
========
**Please note:** These dotfiles contain many tools specific to Python developmentClone repo into home directory:
git clone https://github.com/colinhoglund/dotfiles.git
cd dotfilesDeactivate any existing python virtualenvs and run installers:
dotfiles -c config.yaml
eval $(/opt/homebrew/bin/brew shellenv)
brew bundle
~/.install.sh
make all
. ~/.bash_profileOptional Steps:
- Load custom iTerm2 preferences:
- `cp com.googlecode.iterm2.plist ~/`
- Settings -> General -> Settings -> Load preferences from a custom folder or URL -> enter `~/`
- Enable iterm2 [status bar](https://iterm2.com/documentation-status-bar.html)
- Settings -> Profiles -> Default -> Session -> Enable "Status bar enabled"
- Click "Configure Status Bar" to configure variables set in .bash_profile
- Example configuration![](assets/statusbar.png)