Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(global): update ssh configs

also work on some oh-my-posh config chaos soon (currently using
starship for now, with configurations managed via home-manager
outside of Nix)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+87
+16
.config/oh-my-posh/meta.omp.json
··· 1 + { 2 + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", 3 + "blocks": [ 4 + { 5 + "alignment": "left", 6 + "segments": [ 7 + { 8 + 9 + } 10 + ], 11 + "type": "prompt" 12 + } 13 + ], 14 + "final_space": true, 15 + "version": 3 16 + }
+67
.config/oh-my-posh/thirdparty/agnoster.omp.json
··· 1 + { 2 + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", 3 + "blocks": [ 4 + { 5 + "alignment": "left", 6 + "segments": [ 7 + { 8 + "background": "#ffe9aa", 9 + "foreground": "#100e23", 10 + "powerline_symbol": "\ue0b0", 11 + "style": "powerline", 12 + "template": " \uf0e7 ", 13 + "type": "root" 14 + }, 15 + { 16 + "background": "#ffffff", 17 + "foreground": "#100e23", 18 + "powerline_symbol": "\ue0b0", 19 + "style": "powerline", 20 + "template": " {{ .UserName }}@{{ .HostName }} ", 21 + "type": "session" 22 + }, 23 + { 24 + "background": "#91ddff", 25 + "foreground": "#100e23", 26 + "powerline_symbol": "\ue0b0", 27 + "properties": { 28 + "folder_icon": "\uf115", 29 + "folder_separator_icon": " \ue0b1 ", 30 + "home_icon": "\ueb06", 31 + "style": "agnoster" 32 + }, 33 + "style": "powerline", 34 + "template": " {{ .Path }} ", 35 + "type": "path" 36 + }, 37 + { 38 + "background": "#95ffa4", 39 + "foreground": "#193549", 40 + "powerline_symbol": "\ue0b0", 41 + "style": "powerline", 42 + "template": " {{ .HEAD }} ", 43 + "type": "git" 44 + }, 45 + { 46 + "background": "#906cff", 47 + "foreground": "#100e23", 48 + "powerline_symbol": "\ue0b0", 49 + "style": "powerline", 50 + "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", 51 + "type": "python" 52 + }, 53 + { 54 + "background": "#ff8080", 55 + "foreground": "#ffffff", 56 + "powerline_symbol": "\ue0b0", 57 + "style": "powerline", 58 + "template": " {{ reason .Code }} ", 59 + "type": "status" 60 + } 61 + ], 62 + "type": "prompt" 63 + } 64 + ], 65 + "final_space": true, 66 + "version": 3 67 + }
+4
.ssh/config
··· 27 27 # Recap Time Squad specifics 28 28 Host stellapent 29 29 Hostname stellapent-cier.fawn-cod.ts.net 30 + User gildedguy 31 + Host rpi-aether 32 + Hostname rpi-aether.fawn-cod.ts.net 33 + User ajhalili2006 30 34 # Our own proxyparty instance on virtnet.bond :) 31 35 Host proxyparty 32 36 # Will set this up later