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

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.

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
```