2025-01-20

This commit is contained in:
2025-01-20 10:00:00 -05:00
parent 2a7b85ce87
commit 05684e6cc5
8 changed files with 120 additions and 4 deletions
+1
View File
@@ -1 +1,2 @@
.DS_Store .DS_Store
.ropeproject/
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

+103
View File
@@ -0,0 +1,103 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/dotfiles/assets/happy_mac.png",
"width": 20,
"padding": {
"top": 2,
"left": 4,
"right": 4,
},
},
"display": {
"separator": " ",
},
"modules": [
{
"type": "title",
"format": "{#1}╭───────────── {#}{user-name-colored}@{host-name}",
},
{
"type": "custom",
"format": "{#1}│ {#}System Information",
},
{
"type": "os",
"key": "{#separator}│ {#keys}󰍹 OS",
},
{
"type": "kernel",
"key": "{#separator}│ {#keys}󰒋 Kernel",
},
{
"type": "uptime",
"key": "{#separator}│ {#keys}󰅐 Uptime",
},
{
"type": "shell",
"key": "{#separator}│ {#keys}󰞷 Shell",
},
{
"type": "packages",
"key": "{#separator}│ {#keys}󰏖 Packages",
},
{
"type": "custom",
"format": "{#1}│",
},
{
"type": "custom",
"format": "{#1}│ {#}Network",
},
{
"type": "localip",
"key": "{#separator}│ {#keys}󰀂 Local IP",
},
{
"type": "publicip",
"key": "{#separator}│ {#keys}󰩠 Public IP",
},
{
"type": "custom",
"format": "{#1}│",
},
{
"type": "custom",
"format": "{#1}│ {#}Hardware Information",
},
{
"type": "cpu",
"key": "{#separator}│ {#keys}󰻠 CPU",
},
{
"type": "gpu",
"key": "{#separator}│ {#keys}󰢮 GPU",
},
{
"type": "memory",
"key": "{#separator}│ {#keys}󰍛 Memory",
},
{
"type": "disk",
"key": "{#separator}│ {#keys}󰋊 Disk (/)",
"folders": "/",
},
{
"type": "battery",
"key": "{#separator}│ {#keys}󱐋 Battery",
},
{
"type": "custom",
"format": "{#1}│",
},
{
"type": "colors",
"key": "{#separator}│",
"symbol": "circle",
},
{
"type": "custom",
"format": "{#1}╰───────────────────────────────╯",
},
],
}
+2
View File
@@ -15,3 +15,5 @@ window-padding-x = 5
window-padding-y = 5 window-padding-y = 5
window-padding-balance = true window-padding-balance = true
background-opacity = 0.9
background-blur-radius = 20
+3
View File
@@ -22,3 +22,6 @@ ln -s -f ~/dotfiles/zed_config/settings.json ~/.config/zed/settings.json
# ghostty # ghostty
ln -s -f ~/dotfiles/misc_config/ghostty ~/Library/Application\ Support/com.mitchellh.ghostty/config ln -s -f ~/dotfiles/misc_config/ghostty ~/Library/Application\ Support/com.mitchellh.ghostty/config
# fastfetch
ln -s -f ~/dotfiles/misc_config/fastfetch.jsonc ~/.config/fastfetch/config.jsonc
+5 -1
View File
@@ -26,10 +26,14 @@
"chat_panel": { "chat_panel": {
"button": "never" "button": "never"
}, },
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
},
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "One Light", "light": "One Light",
"dark": "GitHub Dark Default" "dark": "One Dark"
}, },
"scrollbar": { "scrollbar": {
"show": "system" "show": "system"
+4 -3
View File
@@ -71,13 +71,14 @@ ENABLE_CORRECTION="true"
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
git git
# zsh-autosuggestions
zsh-syntax-highlighting zsh-syntax-highlighting
# fast-syntax-highlighting
zsh-autocomplete zsh-autocomplete
iterm2
bbedit bbedit
github github
macos
nvm
gitignore
brew
) )
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}" FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
+2
View File
@@ -27,3 +27,5 @@ source <(ng completion script)
# Prevent "You have new mail" message # Prevent "You have new mail" message
clear clear
fastfetch