New backup 2025-10-25 02:45:02
This commit is contained in:
commit
d93f749c8a
3 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
#g213-led -a ff00ee
|
||||
killall openrgb;swaymsg exec 'openrgb --startminimized --profile gay'
|
||||
|
|
|
|||
|
|
@ -17,18 +17,17 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
<<<<<<< HEAD
|
||||
StoreID=0585997e
|
||||
=======
|
||||
StoreID=bf331188
|
||||
>>>>>>> a1db19ca66848fbc3c1e43a6b9c0b934b33c818c
|
||||
ShowSelector=0
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
[Install6C4726F70D182CF7]
|
||||
Default=penelope
|
||||
Locked=1
|
||||
|
|
@ -38,3 +37,8 @@ Name=School
|
|||
IsRelative=1
|
||||
Path=school
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
|
|
|
|||
|
|
@ -162,6 +162,8 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init - bash 2>/dev/null)"
|
||||
|
||||
[[ -d $HOME/.local/share/gem/ruby/3.3.0/bin ]] && export PATH="$HOME/.local/share/gem/ruby/3.3.0/bin:$PATH"
|
||||
|
||||
TPUT_RED="$(tput setaf 1)$(tput setab 0)"
|
||||
TPUT_MAGENTA_BG="$(tput setab 5)$(tput setaf 0)"
|
||||
#TPUT_MAGENTA="$(tput sgr0)$(tput setaf 5)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue