This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file was initially generated by Windows Terminal 1.6.10571.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Import-Module oh-my-posh | |
Import-Module posh-git | |
Import-Module -Name Terminal-Icons | |
Import-Module PowerColorLS | |
Set-Alias -Name open -Value ii | |
Set-Alias -Name code -Value code-insiders | |
Set-Alias -Name ls -Value PowerColorLS -Option AllScope | |
Set-PSReadlineKeyHandler -Key Tab -Function Complete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1 - Download Hyper | |
// 2 - Open Hyper and run "hyper install hyper-custom-controls | |
// 3 - Download cmder and extract it to C:/Program Files/cmder (you might have problems if you extract it to C:/Program Files(x86)) | |
// 4 - Install Fira Code font | |
// 5 - Copy and paste this gist to %APPDATA%/Hyper/.hyper.js | |
module.exports = { | |
config: { | |
commands: ['cd C:\\Projects', 'title yourName~', 'clear'], |