Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnimbus/dotfiles
https://github.com/qnimbus/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qnimbus/dotfiles
- Owner: QNimbus
- License: mit
- Created: 2013-11-02T15:57:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T22:16:01.000Z (about 11 years ago)
- Last Synced: 2023-04-07T01:16:17.361Z (almost 2 years ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis
The dotfiles script automates several tasks. Downloading of frequently used tools, updating shell configuration scripts (e.g. .bashrc, .profile, et cetera) and much more
## Motivation
Everytime I have a fresh linux installation (e.g. Ubuntu) I find that I spend quite a few hours trying to tweak and reconfigure the system to my own needs. With the 'dotfiles' scripts I try to automate the most of these tasks.
## Installation
### Ubuntu Notes
* You need to be an administrator (for `sudo`).
* You need to have 'curl' installed (`apt-get install curl`)### Actual Installation
```sh
bash -c "$(curl -fsSL https://bit.ly/qn-dotfiles)" && source ~/.bashrc
```If, for some reason, [bit.ly](https://bit.ly/) is down, you can use the canonical URL.
```sh
bash -c "$(curl -fsSL https://raw.github.com/qnimbus/dotfiles/master/bin/install.sh)" && source ~/.bashrc
```## Post-installation tasks
Keep in mind that some config files need to be configured to your personal settings. For example the `.gitconfig` file in the users homedir needs to have a username and an e-mail address added to it.
## Contributors
If you would like to contribute to this project in any way, feel free to drop a note. I will send you an invite.
## License
The MIT License is a permissive license that is short and to the point. It lets people do anything they want with my code as long as they provide attribution back to me and don’t hold me liable.