# home directory configuration this is my personal linux home directory configuration. use at your own risk! ## quickstart setting up this configuration is as simple as it gets: ``` bash git clone https://git.nold.in/nold/dotfiles cd dotfiles && bash setup.sh ``` to update everything just run `setup.sh` again. ## structure ### bashrc ... well ... `~/.bashrc`... will not be linked unlike files contained in `dotfiles` directory, but `source`d. leaving the local `~/.bashrc` intact. ### config directories the will be linked to `~/.config/${name}`. ### configfile only files from this directory tree will be linked, to the same directory under `~/.config` ### dotfiles files that are directly located under `$home`. ### fonts fonts that will be copied to `~/.fonts` ### hosts custom additions to bashrc for specific hostnames. if no specific host is found in `hosts/$(hostname -s)`, `any` will be used. ### requirements.txt python libs to install using `pip3`. ## neovim ### help `` - teleskope keymappings ### navigation `` - toggle nvtree ### editing ``- toggle comment_ ### tabs `` - next tab `` - prev tab_ ### terminal `` - horizontal terminal `` - vertical terminal ### system `` - Update NvChad