-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.PowerShell_profile.ps1
75 lines (61 loc) · 1.02 KB
/
Microsoft.PowerShell_profile.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/kushal.omp.json' | Invoke-Expression
#Enable icons
Import-Module -Name Terminal-Icons
<# new
kushal
clean-detailed
if_tea
wholespace
thecyberden
powerlevel10k_rainbow
poshmon
atomic
easy-term
patriksvensson
takuya
#>
<#
montys ***
night-owl ***
blueish ***
gmay ***
#>
# pixelrobots **
# markbull **
# slim **
# plague *
# 1_shell *
# jandedobbeleer
# cert
# cinnamon
# clean-detailed
# cloud-native-azure
# craver
# devious-diamonds
# dracula
# easy-term
# froczh
# glowsticks
# hul10
# if_tea **
# iterm2
# jtracey93
# larserikfinholt
# lightgreen
# marcduiker
# mt
# paradox
# poshmon
# quick-term
# rudolfs-dark
# slim
# thecyberden
# unicorn
# wholespace
# Enable-PoshTransientPrompt
# Enable-PoshTooltips
# profile
# $SalmanProfile = "$env:SalmanInstall\helpers\salmanProfile.psm1"
# if (Test-Path($SalmanProfile)){
# # Import-Module "$SalmanProfile"
# }