https://github.com/colcarroll/dotfiles
My personal dotfiles
https://github.com/colcarroll/dotfiles
Last synced: over 1 year ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/colcarroll/dotfiles
- Owner: ColCarroll
- Created: 2013-07-15T20:55:41.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T21:46:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T08:29:43.826Z (over 1 year ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles. Just run `bash setup.sh`. It should tell you what it does.
The most brittle bit is probably `pyenv`. You will probably want to set default pythons, or install
your own, in `~/.localrc`. For example, add the line `pyenv global 2.7.12 3.5.2`, which will mean
that `python` and `python2` give you `python 2.7.12`, while `python3`, or `python3.5` will give you
`python 3.5.2`.