You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gerrit Pannek c12b43a795 fix(nvim): init lua autocmd 2 weeks ago
config Feature: Support linking files only 1 year ago
configfile/nvim/lua/custom fix(nvim): init lua autocmd 2 weeks ago
dotfiles fix(tmux): RGB Color 3 months ago
fonts Fix nvim; New nvim features; unified setup.sh & update.sh; added nerd font 11 months ago
hosts/any fix(bashrc): powerline & python 3.10+ 2 months ago
.gitignore Add: json2yaml, nvim, host support & more 1 year ago
README.md feat(nvim): README 3 months ago
bashrc add(alias): winekiller 3 months ago
requirements.txt Add: Powerline 2 years ago
setup.sh feat(setup): install treesitter parser 3 months ago
uninstall.sh Fix nvim; New nvim features; unified setup.sh & update.sh; added nerd font 11 months ago

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.

neovim

help

<space + ?|tk> - teleskope keymappings

navigation

<ctrl+n> - toggle nvtree

editing

<space + />- toggle comment_

tabs

<tab> - next tab <shift+tab> - prev tab_

terminal

<alt+h> - horizontal terminal <alt+v> - vertical terminal

system

<Space + uu> - Update NvChad