https://github.com/jsonbecker/dotfiles
Storing my dotfiles for easy syncing
https://github.com/jsonbecker/dotfiles
Last synced: 5 months ago
JSON representation
Storing my dotfiles for easy syncing
- Host: GitHub
- URL: https://github.com/jsonbecker/dotfiles
- Owner: jsonbecker
- License: mit
- Created: 2014-10-08T21:26:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-08-29T21:10:07.000Z (10 months ago)
- Last Synced: 2026-01-14T04:54:20.522Z (6 months ago)
- Language: Vim Script
- Size: 90.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
Storing my dotfiles for easy syncing
## TODO
- [x] Write intial make file to setup symlinks.
- [x] Rearrange vim and zsh and make sure they're complete for symlink script to be easiest.
- [X] Add shell color scheme settings (.terminal file for OSX, not sure for Linux).
- [x] Research updating symlinks so that an alternative make file or script can be used to keep multiple machines up-to-date.
- [X] Figure out what has to be done to install Vundle first, considering vim now hanldes Vundle itself.
- [x] Add Homebrew and Homebrew installs for OSX
- [ ] Add apt-get installs for Linux.
- [ ] Add git aliases.
- [ ] Add gitconfig
- [ ] User install2.r or similar to install R packages I always want.
- [ ] Break up bootstrap.sh into more parts.
- [ ] Figure out why ln -sF and ln -sf don't work for vim => ~/.vim
- [ ] find a place for `vim +PluginInstall +qall` to go.