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)
- Host: GitHub
- URL: https://github.com/bascht/dotfiles-public
- Owner: bascht
- Created: 2015-09-02T12:26:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T10:35:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T21:14:29.727Z (12 months ago)
- Language: Shell
- Size: 22.2 MB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
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