IMPORTANT!: Dotfile repository intended for personal use. Code is available for others to use, but most settings are personalized.
The dotfiles contain configuration for many different programs, and settings used in Windows 10/11. The setup script included install most programs, not included by default in Windows 10/11, that has a configuration in this repository. All subfolders has a setup.ps1
script installing related programs and linking all configuration files. A main script in the root of this repository contain functions used in all following scripts and activate all following scripts handling the installation.
The repository follows a straight forward folder structure. For clearification each subdirectory and important file is explained in the table under.
Folder | Description |
---|---|
.vscode | Project configuration for Visual Studio Code. |
git | Configuration files related to git. |
gpg | Key, configuration and setup files for gpg. |
powershell | Configuration and setup files related to powershell. |
powertoys | Configuration and setup files related to powertoys. |
ssh | Key and configuration files related to ssh. |
terminal | Configuration files related to Windows terminal. |
windows | Configuration related to Windows. |
wsl | Configuration files related to Windows-side WSL. |
setup.ps1 | Main setup script. |
- Andreas Sagen - Maintainer
This project does not currently accept commits from non-authors. Feel free to fork and make it your own, or use configuration files and/or ideas from this project, freely.
This project is licensed under Unlicense
. For more details see LICENSE.
- jimbrig/jimsdots for the inspiration to this project.
- ayharris/dotfiles-windows for specific implementation and settings.