Go to file
Sebastian Schulze 1b1e2a1c5b
/ doom (push) Successful in 42s Подробиці
[ci] Add forgejo CI prototype
2024-04-12 16:56:53 +02:00
.forgejo/workflows [ci] Add forgejo CI prototype 2024-04-12 16:56:53 +02:00
.githooks [ci] Add forgejo CI prototype 2024-04-12 16:56:53 +02:00
bin [bin] Just copy & paste the snippets. It seems less error-prone than wtype 2024-04-04 23:17:32 +02:00
bootstrap [ci] Add forgejo CI prototype 2024-04-12 16:56:53 +02:00
dot_config [nix] Re-add language servers I must have forgotten in the other branches 2024-04-12 00:25:57 +02:00
dot_doom.d [doom] Reformat the whole file and fix order + useful defaults 2024-04-12 00:27:13 +02:00
dot_fzf [zsh] Bump oh-my-zsh and fzf 2020-11-18 10:49:27 +01:00
dot_fzf-marks [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_homesick/repos/homeshick [meta] Add homeshick 2020-01-27 16:13:15 +01:00
dot_kubectx [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_local/share [css] Add some formatting for chat.sr.ht 2024-04-11 02:57:58 +02:00
dot_mozilla [firefox] Add userChrome.css for my Slack-Firefox instance 2021-02-17 09:49:15 +01:00
dot_mutt [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_ncmpcpp [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_spacemacs.d/public [doom] Rename snippets 2021-02-15 23:20:20 +01:00
dot_terminfo/x [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_tmuxinator [bin] Refine the letterup shortcut and add tmuxinator env 2020-06-18 17:20:44 +02:00
dot_vim/autoload [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_weechat [weechat] Add current state of setup 2021-06-15 20:57:53 +02:00
private_dot_gnupg [nix] Move gpg-agent config over to nix and add mbsync systemd Unit 2021-06-15 09:08:11 +02:00
private_dot_icons/emacs [icons] Add OpenMoji icons for my orgmode Agenda 2021-01-11 16:17:16 +01:00
texmf/tex/latex [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
.chezmoiignore [meta] Ignore README.md 2020-11-18 10:47:26 +01:00
.gitignore [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
.gitmodules [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
.homesick_subdir [gpg] Fixup a few GPG Configs backported from my private config 2019-07-30 23:54:19 +02:00
Makefile [meta] Add README.md "generator" 2020-10-26 11:03:40 +01:00
README.org [meta] Add a note about re-adding the proper git hook after checkout 2024-04-12 00:34:28 +02:00
dot_Xresources [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_dir_colors [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_gitconfig.tmpl [git] Always stash before rebasing 2023-05-23 10:04:49 +02:00
dot_gtkrc-2.0 [gtk] Add missing dot_gtkrc's 2020-12-28 21:16:01 +01:00
dot_gtkrc-2.0.mine [gtk] Backport a few more settings from Alfaview laptop 2021-03-12 00:15:19 +01:00
dot_muttrc [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
dot_signature.rubyberlin [git] Add mah signatures and gitconfig 2020-01-27 16:03:20 +01:00
dot_signature.tmpl [meta] Drop jabber and keybase from mail signature and add matrix 2023-10-25 15:22:36 +02:00
dot_spacemacs.tmpl [emacs] Move to ledger mode as the main mode & parameterise journals 2021-02-04 19:43:31 +01:00
dot_tmux.conf [nix] Permanently set a static DBUS_SESSION_BUS_ADDRESS 2022-07-29 20:38:37 +02:00
dot_tridactylrc [tridactyl] Use left-hand characters instead of numbers 2021-12-28 14:45:07 +01:00
dot_vimrc [vim] Fix up plugged and add a new colour scheme 2021-07-20 08:34:32 +02:00
dot_xbindkeysrc [NUCLEAR OPTION] Move everything over to chezmoi 2020-01-27 15:42:11 +01:00
screenshot.jpg [meta] Add a screenshot to the README 2019-07-31 02:47:32 +02:00

README.org

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

/bascht/dotfiles/media/branch/main/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