______ _______________________ _____________
| \ | | |______ | | |_____|______
|_____/_____| | | __|__|_____|___________|
Some of my favorite aliases for my .zshrc file. Not anymore.
This repo contains my dotfiles for
zsh
andPowerShell
.
- Color Theme: OneHalfDark
- Font: Iosevka Nerd Font
- Terminal: Fluent Terminal
- Oh-My-Posh
- Theme:
SpencerTechy.psm1
Go to Oh-My-Posh for information on how to install Oh-My-Posh
, then:
$ThemeSettings
Then check your theme folder, navigate there, and put SpencerTechy.psm1
there.
Reload theme by:
Set-Theme SpencerTechy
Also, here's my PowerShell configuration profile: ps_profile.ps1 for reference.
I use:
Get-ChildItemColor
for better coloredls
scoop
as Windows' package manager
And I removed PowerShell's default alias via:
# Remove curl alias
If (Test-Path Alias:curl) {Remove-Item Alias:curl}
If (Test-Path Alias:curl) {Remove-Item Alias:curl}
See ps_profile.ps1 for detailed information.
On Linux:
- ZSH config files:
_arch_zshrc
- Hyper config files:
_hyper.js
On WSL Windows:
Config files: _wsl_zshrc
This is published via the MIT License.