Skip to content

rnevius/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

General Instructions

Generate symlinks with stow:

❯ stow bat fastfetch fish ghostty git nvim paru share

Add environment variables to ~/.config/fish/conf.d/env.fish.

Brew

Installed brew packages are occasionally exported to brew-packages.txt with brew leaves. Install them with xargs:

❯ xargs brew install < brew-packages.txt

Paru

Installed pacman packages are occasionally exported to paru-packages.txt with:

❯ pacman -Qe | awk '{ print $1 }' > paru-packages.txt

Install them with paru:

❯ paru -S --needed - < paru-packages.txt

GNOME Shell Extensions

This could be automatically updated on a schedule, but for now:

❯ dconf dump /org/gnome/shell/extensions/ > gnome-shell-extension-settings.dconf

To restore:

❯ dconf load /org/gnome/shell/extensions/ < gnome-shell-extension-settings.dconf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks