Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandro-isaza/dotfiles
@aleph7's dotfiles
https://github.com/alejandro-isaza/dotfiles
dotfiles shell zsh
Last synced: 23 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T07:19:59.000Z (almost 2 years ago)
- Last Synced: 2023-05-13T03:00:44.961Z (over 1 year ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Size: 36.1 KB
- Stars: 7
- Watchers: 5
- Forks: 11
- 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.