dotfiles
dotfiles copied to clipboard
dotfiles for Windows and arch, btw.
A set of dotfiles containing most of my Linux and Windows dotfiles. For Windows-exclusive dotfiles, see dotwindows.
Setup
Windows
(assuming git, scoop, and winget are installed):
Powershell
See .files/install.ps1
Arch
:qa
cd $HOME
git clone --bare [email protected]:pynappo/dotfiles.git $HOME/.dotfiles.git/
git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME checkout --force
. $PROFILE
df config status.showUntrackedFiles no
Package lists:
Windows
- scoop.json
- winget.json
Import with:
scoop install $HOME/.files/scoop.csv
winget import -i $HOME/.files/winget.txt --accept-package-agreements --accept-source-agreements
Commands
Command | Description |
---|---|
pacup |
It literally just runs scoop export and winget export to the aforementioned package lists. |
Inspect