Go to file
Gerrit Pannek d011b26db9 fix(tmux): RGB Color 2022-12-22 11:18:53 +01:00
config Feature: Support linking files only 2022-02-15 08:55:29 +01:00
configfile/nvim/lua/custom fix(nvchad) 2022-12-22 11:18:05 +01:00
dotfiles fix(tmux): RGB Color 2022-12-22 11:18:53 +01:00
fonts Fix nvim; New nvim features; unified setup.sh & update.sh; added nerd font 2022-05-01 19:49:03 +02:00
hosts/any Fix: Powerline & update.sh 2022-04-02 15:50:26 +02:00
.gitignore Add: json2yaml, nvim, host support & more 2022-02-15 08:34:33 +01:00
README.md Update: README 2022-05-01 19:59:57 +02:00
bashrc fix(bashrc) 2022-12-22 11:18:25 +01:00
requirements.txt Add: Powerline 2021-04-19 12:08:47 +02:00
setup.sh Litte setup improvement 2022-05-01 20:10:08 +02:00
uninstall.sh Fix nvim; New nvim features; unified setup.sh & update.sh; added nerd font 2022-05-01 19:49:03 +02:00

README.md

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:

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 sourced. 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.