added omp
This commit is contained in:
74
.theme.omp.json
Normal file
74
.theme.omp.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"palette": {
|
||||
"os": "#ACB0BE",
|
||||
"closer": "p:os",
|
||||
"pink": "#F4B8E4",
|
||||
"lavender": "#BABBF1",
|
||||
"blue": "#8CAAEE"
|
||||
},
|
||||
"blocks": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "p:os",
|
||||
"style": "plain",
|
||||
"template": "{{.Icon}} ",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"foreground": "p:blue",
|
||||
"style": "plain",
|
||||
"template": "{{ .UserName }}@{{ .HostName }} ",
|
||||
"type": "session"
|
||||
},
|
||||
{
|
||||
"foreground": "p:pink",
|
||||
"properties": {
|
||||
"folder_icon": "..\ue5fe..",
|
||||
"home_icon": "~",
|
||||
"style": "agnoster_short"
|
||||
},
|
||||
"style": "plain",
|
||||
"template": "{{ .Path }} ",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"foreground": "p:lavender",
|
||||
"properties": {
|
||||
"branch_icon": "\ue725 ",
|
||||
"cherry_pick_icon": "\ue29b ",
|
||||
"commit_icon": "\uf417 ",
|
||||
"fetch_status": false,
|
||||
"fetch_upstream_icon": false,
|
||||
"merge_icon": "\ue727 ",
|
||||
"no_commits_icon": "\uf0c3 ",
|
||||
"rebase_icon": "\ue728 ",
|
||||
"revert_icon": "\uf0e2 ",
|
||||
"tag_icon": "\uf412 "
|
||||
},
|
||||
"template": "{{ .HEAD }} ",
|
||||
"style": "plain",
|
||||
"type": "git"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
},
|
||||
{
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"style": "plain",
|
||||
"foreground": "p:closer",
|
||||
"template": "\uf105",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "prompt",
|
||||
"newline": true
|
||||
}
|
||||
],
|
||||
"final_space": true,
|
||||
"version": 3
|
||||
}
|
||||
@@ -2,26 +2,27 @@
|
||||
|
||||
|
||||
$packages = @(
|
||||
"gnupg.gpg4win",
|
||||
"wez.wezterm", # Teminal emulator
|
||||
#"gnupg.gpg4win",
|
||||
"microsoft.teams",
|
||||
"putty.putty",
|
||||
"microsoft.windowsterminal",
|
||||
"microsoft.git",
|
||||
"git.git",
|
||||
"mozilla.firefox",
|
||||
"Microsoft.VisualStudio.2022.Community",
|
||||
"JetBrains.Resharper",
|
||||
"jandedobbeleer.ohmyposh",
|
||||
"IJHack.QtPass",
|
||||
#"IJHack.QtPass",
|
||||
"Microsoft.powertoys",
|
||||
"google.chrome",
|
||||
"spotify.spotify",
|
||||
"microsoft.azuredatastudio",
|
||||
"mozilla.thunderbird",
|
||||
#"spotify.spotify",
|
||||
"microsoft.azuredatastudio",
|
||||
#"mozilla.thunderbird",
|
||||
"yubico.authenticator",
|
||||
"microsoft.powershell",
|
||||
"JetBrains.ReSharper",
|
||||
"Postman.Postman",
|
||||
"docker.dockerdesktop"
|
||||
"docker.dockerdesktop",
|
||||
"CoreyButler.NVMforWindows" # Node version manager
|
||||
)
|
||||
|
||||
# Iterate through each package and install it
|
||||
@@ -29,11 +30,6 @@ foreach ($package in $packages) {
|
||||
winget install $package
|
||||
}
|
||||
|
||||
# Install mini driver for yubikey
|
||||
# Follow dr duhs yubikey guide for setting up gpg agent and trusting certificate
|
||||
# Install server for browserpass
|
||||
|
||||
#add nvm here somewhere and set up node 22
|
||||
|
||||
npm install -g @vue/typescript-plugin@2.2.10 # for nvim
|
||||
|
||||
|
||||
BIN
wallpaper.png
BIN
wallpaper.png
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 164 KiB |
Reference in New Issue
Block a user