Personal configs and dotfiles
This is the result of using [base16](https://github.com/chriskempson/base16). The first crack at establishing a base16 theme here is based on irblack with a slight modification to make text selection purple and make rofi's template less ridiculous. Also added .Xresources and qutebrowser to management, and added the resulting vim themes directly to management as well. |
||
---|---|---|
.config | ||
.terminfo/x | ||
.vim | ||
.gitconfig | ||
.p10k.zsh | ||
.taskrc | ||
.vimrc | ||
.Xresources | ||
.zshrc | ||
README.md | ||
setup_dotfiles.py |
dotfiles
Personal dotfiles; probably not much here of value for anyone not me.
In essence this repo will mimic the layout of my homedir with a bunch of dotfiles and utility scripts in the right locations as if this were my homedirectory.
The setup_dotfiles.py script takes the contents of this path and creates symlinks in my actual homedir, matching the directory structure.
Requirements
- Python 3.4
- A home directory
Setup
- Clone the repo
python3 setup_dotfiles.py
You can run the setup script from any path and it'll figure out what to do. The script will create symlinks in your home directory matching its layout. If you want to create the tree in a different location, you'll need to open the interpreter and manually invoke install_dotfiles()
with the correct arguments.