Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmtrs/.dotfiles
vim scripts and other configs for my linux
https://github.com/dmtrs/.dotfiles
Last synced: 20 minutes ago
JSON representation
vim scripts and other configs for my linux
- Host: GitHub
- URL: https://github.com/dmtrs/.dotfiles
- Owner: dmtrs
- Created: 2011-05-18T13:55:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T12:17:07.000Z (over 4 years ago)
- Last Synced: 2024-11-09T07:53:58.580Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Install [rcm](https://github.com/thoughtbot/rcm)
TLDR; macOs
```
brew tap thoughtbot/formulae
brew install rcm
```## Setup
Clone this repository:
```
git clone [email protected]:dmtrs/.dotfiles.git ~/.dotfiles
```The directory `~/.dotfiles` only contains rc files; and these rc filenames do not begin with a period.
Dry run with lsrc(1). Look for anything unexpected in here, such as ~/.install or ~/.Makefile, or an empty list of dotfiles.
```
lsrc
```
Update any symlinks with rcup(1). This is likely to do nothing, since your dotfiles already exist.
```
rcup -v
```
When necessary, add new rc files to the dotfiles directory with mkrc(1).
```
mkrc ~/.tigrc
```
In the other direction, you can use rcup(1) to create the symlinks from ~/.dotfiles to your home directory.
```
rcup tigrc
```