https://github.com/rickstaa/windows-terminal-settings
A backup repository for the windows-terminal profiles.json file.
https://github.com/rickstaa/windows-terminal-settings
Last synced: 3 months ago
JSON representation
A backup repository for the windows-terminal profiles.json file.
- Host: GitHub
- URL: https://github.com/rickstaa/windows-terminal-settings
- Owner: rickstaa
- License: mit
- Created: 2019-12-03T12:44:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T19:16:09.000Z (almost 4 years ago)
- Last Synced: 2025-08-22T01:30:04.817Z (10 months ago)
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows terminal settings settings.json file backup
A backup repository I created to be able to share my windows-terminal setup across machines while keeping track of any changes I made.
## Installation
### Dependencies
This windows terminal setup requires the following packages and fonts:
- [Roboto Mono regular font](https://fonts.google.com/specimen/Roboto+Mono?selection.family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i)
- [Ubuntu logo](http://bit.ly/2LzTHlp)
- [Git logo](http://bit.ly/2RvDly3)
### Installation instructions
If you installed the dependencies you can install my windows-terminal-settings configuration by running the following commands as the administrator in the windows command prompt:
```Batchfile
cd
git clone https://github.com/rickstaa/windows-terminal-settings
cd windows-terminal-settings
copy C:\Users\\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json C:\Users\\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json.bak
del C:\Users\\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
mklink /H C:\Users\\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json settings.json
```