my dotz
2
fork

Configure Feed

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

nostromo -> rose

+5 -25
+4 -4
.profile
··· 1 - export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:~/go/bin:$PATH 1 + export PATH=~/bin/$(hostname):~/bin:~/go/bin:$PATH 2 2 export ENV=~/.rc 3 3 export EDITOR=nvim 4 4 export LANG=en_US.UTF-8 ··· 6 6 # https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox 7 7 export MOZ_DBUS_REMOTE=1 8 8 export XDG_CURRENT_DESKTOP=sway 9 - export CHEF_USER_NAME=jolson 10 9 11 - # for chef 10 + # DO 11 + export CHEF_USER_NAME=jolson 12 + export KITCHEN_SSH_GATEWAY_USERNAME=jolson 12 13 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 13 14 export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" 14 - export KITCHEN_SSH_GATEWAY_USERNAME=jolson 15 15 16 16 # this apparently makes java windows not suck 17 17 # for reasons beyond my mortal comprehension
-20
bin/nostromo/statusbar
··· 1 - #!/bin/sh 2 - 3 - get_bat() { 4 - bat="$(cat /sys/class/power_supply/BAT1/capacity)" 5 - if [ "$bat" -lt 10 ]; then 6 - printf '<span foreground="red">%s%%</span>' "$bat" 7 - else 8 - printf '%s%%' "$bat" 9 - fi 10 - } 11 - 12 - while true 13 - do 14 - time=$(date +"%A %Y-%m-%d %I:%M %p") 15 - time="$time $(date -u +"(%H:%M UTC)")" 16 - bat="$(get_bat)" 17 - wifi="$(nmcli -t dev show wlp170s0 | grep GENERAL.CONNECTION | cut -d ':' -f 2)" 18 - printf "wifi: %s | bat: %s | %s\n" "$wifi" "$bat" "$time" 19 - sleep 10 20 - done
+1 -1
bin/prompt.go
··· 55 55 if hostname == "zora" { 56 56 return "🌸" 57 57 } 58 - if hostname == "nostromo" { 58 + if hostname == "rose" { 59 59 return "🌹" 60 60 } 61 61 return "💀"
bin/x86_64/prompt

This is a binary file and will not be displayed.