dotfiles - This repository contains my complete configuration for awesome, Zsh, Vim etc...
- Lua 71.2%
- Vim Script 22.6%
- Shell 6.2%
| .gnupg | ||
| .oh-my-zsh@d196be84fa | ||
| .zsh | ||
| .gitignore | ||
| .gitmodules | ||
| .signature | ||
| .vimrc | ||
| .Xresources | ||
| .zshrc | ||
| README.md | ||
This is my $HOME
It is a special configured repository where every file is ignored in .gitignore. Only files I am sharing accross users/systems are "unignored".
This repo is for my personal use only. Feel free to take a look... ;)
Clone to your $HOME
cd ~
git init .
git remote add -t \* -f origin https://github.com/hanez/home.git
git checkout master
Existing files will not be overwritten!