https://github.com/pynappo/dotfiles
dotfiles for Windows and arch, btw.
https://github.com/pynappo/dotfiles
dotfiles
Last synced: 6 months ago
JSON representation
dotfiles for Windows and arch, btw.
- Host: GitHub
- URL: https://github.com/pynappo/dotfiles
- Owner: pynappo
- Created: 2022-03-21T05:51:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:59:38.000Z (6 months ago)
- Last Synced: 2024-12-24T04:31:09.214Z (6 months ago)
- Topics: dotfiles
- Language: GLSL
- Homepage:
- Size: 14.5 MB
- Stars: 50
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A set of dotfiles containing most of my Linux and Windows dotfiles. For Windows-exclusive dotfiles, see [dotwindows](https://github.com/pynappo/dotwindows).
# Setup
## Windows
(assuming git, [scoop](https://github.com/ScoopInstaller/Scoop), and winget are installed):
## Powershell
See [.files/install.ps1](./.files/scoop.json)
TK
## Arch
```
cd $HOME
git clone --bare [email protected]:pynappo/dotfiles.git $HOME/.files.git/
git --git-dir=$HOME/.files.git/ --work-tree=$HOME checkout --force
. $PROFILE
dot config status.showUntrackedFiles no
```# Package lists:
## Windows
- [scoop.json](.files/scoop.json)
- [winget.json](.files/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.|