Skip to content

forkd96/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

undrrdawg's shitty dotfiles

screenshots

be aware that this rice is a bit incomplete so you might encounter some styling bugs, i have no idea how to fix some of them

details

desktop

terminal

themes / fonts

  • color scheme: generated with matugen
  • font: jetbrainsmono nerd font for terminal/mono, poppins semibold for ui

installation

nixos:

Warning

this will overwrite your existing configuration.nix file. though, the script backs up /etc/nixos and we're talking about nixos so you can just roll back at any time.

sudo nixos-generate-config --show-hardware-config > /tmp/hardware-configuration.nix
nix-shell -p git --run "git clone https://codeberg.org/forkd/dotfiles ~/dotfiles"
cp /tmp/hardware-configuration.nix ~/dotfiles/nixos/hardware-configuration.nix
sudo mv /etc/nixos /etc/nixos.bak
sudo ln -sf /home/$user/dotfiles /etc/nixos
sudo nixos-rebuild switch

other distros:

  • .config is extremely outdated because i just use HM, sorry! you can install home manager on your preferred distro and use my configs if you want

Releases

No releases published

Packages

 
 
 

Contributors