Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ⚙️

Awesome Lists containing this project

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)