1
0
Fork
You've already forked dotfiles
0
Configs etc. for my Linux machines
  • C 72.9%
  • Lua 13.6%
  • Shell 7.1%
  • Makefile 2.6%
  • Roff 2.1%
  • Other 1.7%
2025年08月31日 12:20:45 +02:00
.cache Add initial dotfiles 2025年08月20日 23:59:10 +02:00
.config Add Alacritty config 2025年08月21日 22:37:01 +00:00
assets Add initial dotfiles 2025年08月20日 23:59:10 +02:00
dwl Add initial dotfiles 2025年08月20日 23:59:10 +02:00
mew Add initial dotfiles 2025年08月20日 23:59:10 +02:00
scripts Add initial dotfiles 2025年08月20日 23:59:10 +02:00
slstatus Add initial dotfiles 2025年08月20日 23:59:10 +02:00
wgamma Add initial dotfiles 2025年08月20日 23:59:10 +02:00
.bashrc Add initial dotfiles 2025年08月20日 23:59:10 +02:00
.gitconfig Add initial dotfiles 2025年08月20日 23:59:10 +02:00
.zshrc Add initial dotfiles 2025年08月20日 23:59:10 +02:00
configuration.nix Update distrobox.ini, delete Alacritty from nix 2025年08月31日 12:20:45 +02:00
default.conf Add initial dotfiles 2025年08月20日 23:59:10 +02:00
distrobox.ini Update distrobox.ini, delete Alacritty from nix 2025年08月31日 12:20:45 +02:00
install.sh Add initial dotfiles 2025年08月20日 23:59:10 +02:00
LICENSE Initial commit 2025年08月19日 21:10:14 +02:00
README.md Update distrobox.ini 2025年08月24日 20:16:38 +00:00
tlp.conf Add initial dotfiles 2025年08月20日 23:59:10 +02:00

dotfiles

Example installation

Installation on my work laptop:

  1. Install NixOS
  2. Clone this repo (nix-shell -p git to temporarily install git)
  3. Copy configuration.nix to /etc/nixos to override the Nix configuration
  4. Run sudo nixos-rebuild switch to reload the configuration and install everything
  5. Copy every config where I need e.g. .config to $HOME or .bashrc to $HOME to always enter to distrobox etc.
  6. Run distrobox-assemble create --file ./distrobox.ini to assemble the distrobox environment from the file
  7. Run sudo chsh -s /usr/bin/fish $USER inside the container to set the default shell to fish

Installation on my home PC:

  1. Install any distro
  2. Install distrobox
  3. Clone this repo
  4. Install a Nerd Font
  5. Copy every config where I need e.g. .config to $HOME etc.
  6. Run distrobox-assemble create --file ./distrobox.ini to assemble the distrobox environment from the file

There is also my old Arch Linux install script for dwl