https://github.com/kyleterry/dotfiles
https://github.com/kyleterry/dotfiles
dotfiles i3 linux unix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyleterry/dotfiles
- Owner: kyleterry
- Created: 2012-09-14T09:23:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T23:47:24.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T11:28:04.827Z (5 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.