Skip to content

nacitar/windows-terminal-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-terminal-settings

Installation via PowerShell (DELETES ANY EXISTING CONFIGURATION):

$configDir = "${env:LOCALAPPDATA}\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState"
Remove-Item -Recurse -Force $configDir -ErrorAction Ignore
git clone "https://github.com/nacitar/windows-terminal-settings.git" $configDir

Icons were made via the included .svg files using ImageMagick:

magick convert -background none input.svg -define icon:auto-resize icon.ico

The font Inconsolata is used, and is included in the fonts/ directory, but must be manualy installed. The font is not mine, it was created by google and is available here: https://fonts.google.com/specimen/Inconsolata

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published