An open API service indexing awesome lists of open source software.

https://github.com/bascht/dotfiles-public

My dotfiles (at least the public part)
https://github.com/bascht/dotfiles-public

Last synced: 12 months ago
JSON representation

My dotfiles (at least the public part)

Awesome Lists containing this project

README

          

* Baschts dotfiles

Apart from my [[https://github.com/bascht/dotfiles][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

#+begin_src bash
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
#+end_src