Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laithshadeed/dotfiles

My settings
https://github.com/laithshadeed/dotfiles

Last synced: 30 days ago
JSON representation

My settings

Awesome Lists containing this project

README

        

# Dotfiles setting

This *dotfiles* contains the [bash-it](https://github.com/revans/bash-it) framework, which brings the following functionality: autocompletion, themes, aliases, custom functions.
Further based the vimbundle handling on [dotmatrix](https://github.com/hashrocket/dotmatrix).

## How to install dotfiles

1. Check a clone of this repo: `git clone http://github.com/cange/dotfiles.git ~/dotfiles`
2. Run (make sure the Ruby is installed)

./dotfiles/install

3. Done

## How to update dotfiles

./dotfiles/update

### Set ZSH as default shell
Remove/backup all .bash\* files in your user root directory and set then

chsh -s /usr/bin/zsh

## Other useful tools

* [git-extras](https://github.com/visionmedia/git-extras/)