bascht / dotfiles-public

My dotfiles (at least the public part)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baschts dotfiles

Apart from my Real Dotfiles, here is the setup I run since switching back to Linux in 2010-ish.

My setup

I run NixOS on most of my machines. This repository is home to the Nix config for both system and home-manager.

Quick Screenshot

./screenshot.jpg

Installation via Chezmoi

curl -sfL https://git.io/chezmoi | sh
mkdir -p ~/.local/share/
git clone https://git.bascht.space/bascht/dotfiles.git ~/.local/share/chezmoi
chmod 0700 ~/.local/share/chezmoi
git ~/.local/share/chezmoi config --local core.hooksPath .githooks/
~/bin/chezmoi apply

About

My dotfiles (at least the public part)


Languages

Language:Shell 38.0%Language:Emacs Lisp 22.9%Language:Vim Script 14.5%Language:Nix 7.3%Language:Lua 5.9%Language:Python 4.2%Language:Ruby 2.8%Language:JavaScript 2.5%Language:CSS 1.4%Language:Makefile 0.6%Language:YASnippet 0.1%