https://github.com/haensl/dotfiles
My dotfile collection.
https://github.com/haensl/dotfiles
bashrc eslintrc gitconfig i3 mutt urxvt vimrc xresources
Last synced: 26 days ago
JSON representation
My dotfile collection.
- Host: GitHub
- URL: https://github.com/haensl/dotfiles
- Owner: haensl
- License: mit
- Created: 2016-04-23T19:10:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T13:39:20.000Z (about 5 years ago)
- Last Synced: 2025-02-25T12:30:54.487Z (about 1 year ago)
- Topics: bashrc, eslintrc, gitconfig, i3, mutt, urxvt, vimrc, xresources
- Language: Vim script
- Size: 2.37 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dotFiles
My dotfile collection.
## Prerequisites
* git
* [Ansible](http://docs.ansible.com/ansible/latest/intro_installation.html)
## Installation
1. Put host in desired group in [`hosts`](hosts)
2. Run playbook `./site.yml -i hosts`
## Reference
### bash
[.bash_profile](.bash_profile)
[.bashrc](.bashrc)
[.alias](.alias)
### ESLint
[.eslintrc.json](.eslintrc.json)
### fonts
[.fonts](.fonts)
### git
[.gitconfig](.gitconfig)
### i3
[i3](i3)
### icons
[icons](icons)
### Mutt
[.mutt](.mutt)
[.urlview](.urlview)
### urxvt
[.Xresources](.Xresources)
### VIM
[.vimrc](.vimrc)
[lightline.vimrc](lightline.vimrc)
## [CHANGELOG](CHANGELOG.md)
## [LICENSE](LICENSE)