dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2ae956b5718a5dea896a6027ebcb46f5492d39ea
parent 197550695a0beaf49c7b93e12965cd93195b6ff6
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Thu, 13 Nov 2025 16:09:41 -0600

Continued desktop usage

Diffstat:
M.gitignore | 1+
MQtProject.conf | 2+-
AXresources | 1+
Mbashrc | 15+++++++++++----
Mgtk-3.0/bookmarks | 2++
Mhtop/htoprc | 4++--
Mi3/config | 10+++++-----
Mlynx/lynx.cfg | 2+-
Mpavucontrol.ini | 4++--
Mqutebrowser/qsettings/QtProject.conf | 6+++---
10 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -26,3 +26,4 @@ Sculptor/* go/* depot* git/* +Sculptor* diff --git a/QtProject.conf b/QtProject.conf @@ -1,7 +1,7 @@ [FileDialog] history=file:///home/andrew, file:///home/andrew/downloads, file:///home/andrew/gitRepos/cart-elc/presentation/images, file:///home/andrew/gitRepos/cart-elc/paper/tmlr-style-file-main, file:///home/andrew/screenshots lastVisited=file:///home/andrew/downloads -qtVersion=6.9.2 +qtVersion=6.10.0 shortcuts=file:, file:///home/andrew, file:///home/andrew/gitRepos/cart-elc/presentation/images, file:///home/andrew/gitRepos/cart-elc/paper/tmlr-style-file-main sidebarWidth=90 treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1) diff --git a/Xresources b/Xresources @@ -0,0 +1 @@ +Xcursor.size: 16 diff --git a/bashrc b/bashrc @@ -175,14 +175,21 @@ source ~/keys/secrets.txt # fuck this alias format="uv run dev manual-precommit" -# also this too +# fuck this slow ass javascript shit source /usr/share/nvm/init-nvm.sh alias lock="i3lock -c 000000" - - build-run() { - tcc $1 && ./a.out + tcc $1 && ./a.out $2 $3 $4 $5 $6 $7 $8 $9 $10 # if you need more, who the fuck do you think you are? } + +# uv +export PATH="/home/andrew/.local/bin:$PATH" + +alias dev_build="uv run sculptor/scripts/dev.py rebuild_container_for_local_testing my_dev_control_plane_volume && SCULPTOR_CONTROL_PLANE_VOLUME=my_dev_control_plane_volume just tmux-dev" +alias build_control_plane="uv run sculptor/sculptor/cli/dev.py build-control-plane" +alias l='lynx' + +[ -f "/home/andrew/.ghcup/env" ] && . "/home/andrew/.ghcup/env" # ghcup-env diff --git a/gtk-3.0/bookmarks b/gtk-3.0/bookmarks @@ -1,3 +1,5 @@ +file:///tmp/test +file:///home/andrew/gitRepos/cs7638/submissions file:///home/serverBackup/fileSharing/coding-books file:///home/andrew/gitRepos/resume-cv file:///home/andrew/courseResources/final diff --git a/htop/htoprc b/htop/htoprc @@ -40,14 +40,14 @@ column_meter_modes_0=1 1 1 column_meters_1=RightCPUs Tasks LoadAverage Uptime column_meter_modes_1=1 2 2 2 tree_view=0 -sort_key=46 +sort_key=47 tree_sort_key=0 sort_direction=-1 tree_sort_direction=1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command -.sort_key=PERCENT_CPU +.sort_key=PERCENT_MEM .tree_sort_key=PID .tree_view_always_by_pid=0 .tree_view=0 diff --git a/i3/config b/i3/config @@ -114,11 +114,11 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1 - Work" -set $ws2 "2 - School" -set $ws3 "3 - Leetcode" -set $ws4 "4 - ML" -set $ws5 "5 - Math" +set $ws1 "1 - Messaging" +set $ws2 "2 - Code" +set $ws3 "3 - Browser" +set $ws4 "4" +set $ws5 "5" set $ws6 "6" set $ws7 "7" set $ws8 "8" diff --git a/lynx/lynx.cfg b/lynx/lynx.cfg @@ -25,7 +25,7 @@ fi cat >>$my_cfg <<EOF COLOR_STYLE: NESTED_TABLES:off -COLOR:0:blue:default +COLOR:0:white:default EOF LYNX_CFG=$my_cfg diff --git a/pavucontrol.ini b/pavucontrol.ini @@ -1,6 +1,6 @@ [window] -width=1338 -height=535 +width=1729 +height=1081 sinkInputType=1 sourceOutputType=1 sinkType=0 diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf @@ -1,7 +1,7 @@ [FileDialog] -history=file:///home/andrew/downloads, file:///home/andrew, file:///home/andrew/gitRepos/cs7638/submissions/particle-filters -lastVisited=file:///home/andrew/gitRepos/cs7638/submissions/particle-filters -qtVersion=6.9.2 +history=file:///home/andrew/gitRepos/cs7638/submissions/particle-filters, file:///home, file:///home/andrew/gitRepos/cs7638/submissions/ps6, file:///home/andrew/gitRepos/cs7638/submissions/pid, file:///home/andrew/gitRepos/cs7638/submissions/pid/__pycache__ +lastVisited=file:///home/andrew/gitRepos/cs7638/submissions/pid +qtVersion=6.10.0 shortcuts=file:, file:///home/andrew sidebarWidth=90 treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xb2\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xe1\0\0\0\x1\0\0\0\0\0\0\0\x38\0\0\0\x1\0\0\0\0\0\0\0\x38\0\0\0\x1\0\0\0\0\0\0\0\x61\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1)