Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleterry/dotfiles
https://github.com/kyleterry/dotfiles
dotfiles i3 linux unix
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyleterry/dotfiles
- Owner: kyleterry
- Created: 2012-09-14T09:23:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T23:47:24.000Z (over 7 years ago)
- Last Synced: 2024-11-05T17:58:13.456Z (2 months ago)
- Topics: dotfiles, i3, linux, unix
- Language: Haskell
- Size: 2.23 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.