A set of dotfiles containing most of my Linux and Windows dotfiles. For Windows-exclusive dotfiles, see dotwindows.
(assuming git, scoop, and winget are installed):
TK
cd $HOME
git clone --bare git@github.com:pynappo/dotfiles.git $HOME/.files.git/
git --git-dir=$HOME/.files.git/ --work-tree=$HOME checkout --force
. $PROFILE
dot config status.showUntrackedFiles no
Import with:
scoop install $HOME/.files/scoop.csv
winget import -i $HOME/.files/winget.txt --accept-package-agreements --accept-source-agreements
Command | Description |
---|---|
pacup |
It literally just runs scoop export and winget export to the aforementioned package lists. |