Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyleterry/dotfiles


https://github.com/kyleterry/dotfiles

dotfiles i3 linux unix

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dotfiles or Something

Be careful

## Installation

`install.sh` will attempt to backup your dotfiles and then link all my dotfiles.

Create a manifest.in file structured like so:

```manifest
_bashrc=.bashrc
_vim=.vim
_vimrc=.vimrc
```

Anything in manifest.in will be symlinked into your home directory.

```bash
$ git clone https://github.com/kyleterry/new-dotfiles
$ cd new-dotfiles
$ ./install.sh manifest.in
```

Cool.