https://github.com/ztepsic/dotfiles-windows
Dotfiles for Windows
https://github.com/ztepsic/dotfiles-windows
Last synced: 6 months ago
JSON representation
Dotfiles for Windows
- Host: GitHub
- URL: https://github.com/ztepsic/dotfiles-windows
- Owner: ztepsic
- Created: 2013-07-22T22:54:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T19:29:06.000Z (over 4 years ago)
- Last Synced: 2025-01-23T16:09:58.279Z (over 1 year ago)
- Language: Batchfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles for Windows
**Useful links**:
- [Environemnt variables on Windows](https://en.wikipedia.org/wiki/Environment_variable#Windows)
- [Windows symbolic links](https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/)
---
## Total Commander
**Installation location:** `%ProgramFiles%\totalcmd`
**Settings location:** `%APPDATA%\GHISLER`
Usually looks like:
```
C:\Users\{some_username}\AppData\Roaming\GHISLER
```
---
## Microsoft.WindowsTerminal
**Useful links**:
- https://docs.microsoft.com/en-us/windows/terminal/
- https://github.com/microsoft/terminal
**Settings location:** `c:\Users\your_username\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\`
---
## Visual Studio Code
**Installation location:** `%LOCALAPPDATA%\Programs\Microsoft VC Code\`
**Settings location:** `%APPDATA%\Code\User\settings.json`
Usually looks like:
```
c:\Users\your_username\AppData\Roaming\Code\User\settings.json
```
### Extensions
- [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/VSCode)
- [Extension Marketplace - User guide](https://code.visualstudio.com/docs/editor/extension-gallery)
**Extensions installation location:** `%USERPROFILE%\.vscode\extensions`
Usually looks like:
```
c:\Users\your_username\.vscode\extensions\
```
| Name | Extension identifier | Lang/Plat. | Description |
| :----------------------------------------------------------------------------------: | :--------------------- | :--------- | :----------------------------------------- |
| [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) | ms-dotnettools.csharp | .net | - |
| [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | dbaeumer.vscode-eslint | JavaScript | Integrates ESLint JavaScript into VS Code. |
---
## Sublime
**Settings location:** `%APPDATA%\Sublime Text 3\Packages\User\`
Usually looks like:
```
c:\Users\your_username\AppData\Roaming\Sublime Text 3\Packages\User\
```
---