Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/jimsdots
My personalized dotfiles and configs for Windows 10 ⚙️
https://github.com/jimbrig/jimsdots
appdata automation backup backups configuration configuration-files dotfiles git provisioning setup systems tools utility windows windows-10
Last synced: 29 days ago
JSON representation
My personalized dotfiles and configs for Windows 10 ⚙️
- Host: GitHub
- URL: https://github.com/jimbrig/jimsdots
- Owner: jimbrig
- Created: 2021-01-19T15:53:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:26:16.000Z (10 months ago)
- Last Synced: 2024-11-11T23:37:18.962Z (about 1 month ago)
- Topics: appdata, automation, backup, backups, configuration, configuration-files, dotfiles, git, provisioning, setup, systems, tools, utility, windows, windows-10
- Language: PowerShell
- Homepage: https://jimsdots.jimbrig.com
- Size: 327 MB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-starz - jimbrig/jimsdots - My personalized dotfiles and configs for Windows 10 ⚙️ (PowerShell)
- jimsghstars - jimbrig/jimsdots - My personalized dotfiles and configs for Windows 10 ⚙️ (PowerShell)
README
# Jim’s `.dotfiles`
*Note: These dotfiles are a comprehisive listing of all my backed up personalized, custom configurations and bootstrapping setup scripts specific to Windows 10/11 and WSL*
## Setup Guides
- [nodejs/npm](./nodejs/), [yarn](yarn/)
- [gcloud](./gcloud/)
- [gpg](./gpg/)
- [ssh](./ssh/)
- [excel](./excel/)
- [git](./git/)
- [python](./python/)
- [typora](./typora/)
- [chocolatey](./chocolatey)
- [scoop](./scoop/)
- [powershell](./powershell/)
- [WSL](./wsl/)
- [winget](./winget/)
- [R](./R/)
- [RStudio](./rstudio/)
- [python](./python/)
- [topgrade](./topgrade/)
- [Firefox Developer](./firefox/)## Encrypted Secrets
Throughout the repo, all secrets are encrypted and locked as binaries via [Git-Crypt](https://github.com/AGWA/git-crypt) and the [.gitattributes](.gitattributes) configuration file (tells git-crypt what to encrypt).
List of all encrypted files via `git-crypt status -e`:
Install `git-crypt` via `scoop install git-crypt` on Windows or `brew install git-crypt` on UNIX.
### Git-Attributes
[Git-Crypt](https://github.com/AGWA/git-crypt) encrypted file declarations as well as [Git-LFS](https://git-lfs.github.com/) specifications are declared in the [.gitattributes](./.gitattributes) file:
***
![terminal-screenshot](./windows-terminal/screenshot.png)