Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couto/.dotfiles
My personal dot files
https://github.com/couto/.dotfiles
Last synced: about 8 hours ago
JSON representation
My personal dot files
- Host: GitHub
- URL: https://github.com/couto/.dotfiles
- Owner: Couto
- Created: 2014-07-15T18:13:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T16:13:24.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:55:35.825Z (7 months ago)
- Language: Shell
- Size: 941 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
## Instalation
This repository uses [rcm](https://github.com/thoughtbot/rcm), so you should install and familiarize with the tool first.
I usually start by manually creating the symlink to `.rcrc` like:
```bash
ln -s ~/.dotfiles/host-Smokings/rcrc ~/.rcrc
rcup
```The repository is divided into tags, so you can easily cherry-pick what you want to use.
So if you just want my tmux and vim settings you can do something like:```bash
git clone [email protected]:Couto/.dotfiles ~/Couto-dotfiles
rcup -d Couto-dotfiles -t tmux -t vim -x README.md -x modules -x plugins
```It also contains per host configuration. These represent the computers where I usually work
```bash
git clone [email protected]:Couto/.dotfiles ~/.dotfiles
rcup -o Smokings
```