Files
dots/README.md

1.9 KiB

my dotfiles

Everything is managed via stow(1):

$ ./stow.sh 
Use ./stow.sh --stow <folder_name> to deploy configuration
Use ./stow.sh --unstow <folder_name> to remove configuration

Quirks

  • Install based on Ubuntu Desktop
  • Font: JetBrains Mono
  • Keyboard Layout: EurKey
  • Environment Vairables exported using systemd in envvars.conf
  • Lenovo Conservation Mode without root
    %wheel ALL=(ALL) NOPASSWD: /usr/bin/tee /sys/bus/platform/drivers/ideapad_acpi/VPC????\:??/conservation_mode
    

Software

sudo apt install \
  kitty tmux \
  git ripgrep fd-find fzf stow \
  obsidian \
  nextcloud keepassxc

Extensions

Nix

$ sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --no-daemon
$ mkdir -p ~/.config/nix/
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

Rust

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh