pynappo/dotfiles

github github
stars 33
issues 0
subscribers 2
forks 1
CREATED

2022-03-21

UPDATED

yesterday


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 git@github.com: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

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