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
# Configuring my oh-my-posh promt theme | |
oh-my-posh init pwsh --config "C:\simple-green.omp.json" | Invoke-Expression | |
# Removing predifined aliases because I will use those alias differently. | |
# It also prevent conflict | |
Remove-Alias gc -Force -ErrorAction SilentlyContinue | |
Remove-Alias gp -Force -ErrorAction SilentlyContinue | |
# Setting aliases for git command |
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
@ECHO off | |
CD /D C:\ghost | |
CMD /C "ghost start" | |
start /wait http://localhost:2368/ | |
ECHO. | |
ECHO Do you want to restart or stop Ghost? | |
:choice | |
ECHO. |