Skip to content

Instantly share code, notes, and snippets.

View feliperugai's full-sized avatar
🤘
coding and rocking from home

Felipe Rugai feliperugai

🤘
coding and rocking from home
View GitHub Profile
@feliperugai
feliperugai / .hyper.js
Last active October 29, 2020 15:38
Hyper configuration with visual customization and using cmder as default shell
// 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'],
@feliperugai
feliperugai / Microsoftg.PowerShell_profile.ps1
Last active April 13, 2021 16:35
Powershell development productivity profile
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
@feliperugai
feliperugai / Windows Terminal settings.json
Last active December 26, 2022 14:22
Windows Terminal settings.json
// 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",