https://github.com/alejandro-isaza/dotfiles
@aleph7's dotfiles
https://github.com/alejandro-isaza/dotfiles
dotfiles shell zsh
Last synced: about 1 year ago
JSON representation
@aleph7's dotfiles
- Host: GitHub
- URL: https://github.com/alejandro-isaza/dotfiles
- Owner: alejandro-isaza
- Created: 2013-05-30T18:54:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T07:19:59.000Z (over 3 years ago)
- Last Synced: 2025-03-27T23:24:27.541Z (about 1 year ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Size: 36.1 KB
- Stars: 8
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is my collection of dot files. Feel free to clone and modify as you please. My toolbox includes:
* git
* ruby with rbenv
* Use version 2.4.1 of ruby
* zsh with oh-my-zsh
* vim with vundle
* MacOS X defaults
* psql
## Installing
On a new system run `bootstrap.sh`. It will install rbenv, ruby, vundle and set up zsh as the shell. You only need to run this once if you don't have these things installed already. Then run `install.sh` which will install or update all the dotfiles. Run `install.sh` also if you want to update the dotfiles after a pull.
## Using
Keep local zsh commands in `~/.zshrc.local`, `.zshrc` includes this file if it exists.