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.
- Host: GitHub
- URL: https://github.com/karimsa/dotfiles
- Owner: karimsa
- License: mit
- Created: 2016-11-23T17:06:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T23:31:42.000Z (4 months ago)
- Last Synced: 2025-03-11T21:03:58.028Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).