Skip to content

Instantly share code, notes, and snippets.

View DigiBanks99's full-sized avatar
🐛
Fixing them bugs

Wilco Boshoff DigiBanks99

🐛
Fixing them bugs
View GitHub Profile
@DigiBanks99
DigiBanks99 / catppuccin-frappe.omp.json
Last active December 23, 2024 05:57
Catppuccin Frappé Oh-My-Posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"base": "#303446",
"blue": "#8caaee",
"crust": "#232634",
"flamingo": "#eebebe",
"green": "#a6d189",
"lavender": "#babbf1",
"mantle": "#292c3c",
@DigiBanks99
DigiBanks99 / icons-devblackops.psd1
Created November 15, 2023 05:27
Terminal Icons - icon theme
@{
Name = 'devblackops'
Types = @{
Directories = @{
# Default directory icon
'' = 'nf-oct-file_directory'
symlink = 'nf-cod-file_symlink_directory'
junction = 'nf-fa-external_link'
WellKnown = @{
docs = 'nf-oct-repo'
@DigiBanks99
DigiBanks99 / .gitconfig
Last active November 15, 2023 05:25
Git Aliases
[alias]
st = status --short
ci = commit
co = checkout
cob = checkout -b
brl = branch --list
brd = branch -d
brdd = branch -D
pu = push -u origin
poof = push --force
@DigiBanks99
DigiBanks99 / devblackops.psd1
Created November 14, 2023 05:04
Terminal Icons - colour theme
@{
Name = 'devblackops'
Types = @{
Directories = @{
symlink = '7373ff'
junction = '7373ff'
WellKnown = @{
docs = '00BFFF'
documents = '00BFFF'
desktop = '00FBFF'
@DigiBanks99
DigiBanks99 / digi.omp.json
Last active November 24, 2023 08:22
DigiBanks99 - Oh My Posh Theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"console_title_template": "{{.Shell}} ❯ {{ if .Segments.Git.RepoName }}{{ .Segments.Git.RepoName }}{{ end }} ]{{ end }} {{ .Folder }}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{