Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacone/dotfiles
My dotfiles
https://github.com/tacone/dotfiles
Last synced: 7 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/tacone/dotfiles
- Owner: tacone
- Created: 2015-07-10T10:27:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T11:41:40.000Z (9 months ago)
- Last Synced: 2024-02-10T12:33:58.172Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 49.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My dotfile collection, made with [RCM](https://thoughtbot.github.io/rcm/)
How to install RCM on Ubuntu
```shell
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update && sudo apt-get install rcm
```Then clone this repository in the .dotfiles directory:
```
cd ~
git clone https://github.com/tacone/dotfiles.git .dotfiles
```Then restore all the symlinks with:
```
rcup -v
```