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

https://github.com/karimsa/dotfiles

Some awesome shell aliases to make life better.
https://github.com/karimsa/dotfiles

Last synced: 3 months ago
JSON representation

Some awesome shell aliases to make life better.

Awesome Lists containing this project

README

        

# dotfiles

Custom config for easier shell life.

## Installation

To install on linux, run:

`curl -so- https://raw.githubusercontent.com/karimsa/dotfiles/master/install.sh | sudo bash`

or for OS X (*do not run as root on os x*):

`curl -so- https://raw.githubusercontent.com/karimsa/dotfiles/master/install.sh | bash`

To upgrade an existing installation, run `.`.

## What's included

- [aliases](aliases) for:
- ls
- git
- node
- bower
- ember
- swift
- ... and more.
- [z](https://github.com/rupa/z): rapidly jump around in directories.
- [custom bash prompt](utils/ps1.sh): includes custom character for the prompt, path, and Git branch name.
- [various packages](dependencies)

## License

Licensed under the [MIT license](LICENSE.md).