From 1e2f5c61daa233ddf7b02ae3955679eed6a90036 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Thu, 23 Apr 2026 11:17:45 -0500 Subject: [PATCH] update file structure --- .../alacritty/alacritty.toml | 0 {fish/.config => config}/fish/config.fish | 0 {nvim/.config => config}/nvim/init.lua | 0 .../nvim/lua/plugins/claude.lua | 0 .../nvim/lua/plugins/cmp.lua | 0 .../nvim/lua/plugins/colorscheme.lua | 0 .../nvim/lua/plugins/diagnostics.lua | 0 .../nvim/lua/plugins/gitsigns.lua | 0 .../nvim/lua/plugins/indent-blankline.lua | 0 .../nvim/lua/plugins/init.lua | 0 .../nvim/lua/plugins/mason.lua | 0 .../nvim/lua/plugins/nvim-autopairs.lua | 0 .../nvim/lua/plugins/nvim-tree.lua | 0 .../nvim/lua/plugins/render-markdown.lua | 0 .../nvim/lua/plugins/telescope.lua | 0 .../nvim/lua/plugins/treesitter.lua | 0 .../nvim/nvim-pack-lock.json | 0 .../.config => config}/rtorrent/rtorrent.rc | 0 {tmux/.config => config}/tmux/tmux.conf | 0 konsole/.config/konsolerc | 35 --- .../.local/share/konsole/Profile 1.profile | 25 -- .../.config/menus/applications-kmenuedit.menu | 290 ------------------ .../plasma-org.kde.plasma.desktop-appletsrc | 263 ---------------- setup/arch/config.py | 8 - setup/arch/install.py | 5 +- tmuxp/.config/tmuxp/amp.yaml | 17 - tmuxp/.config/tmuxp/amped-up.yaml | 17 - tmuxp/.config/tmuxp/hfs.yaml | 17 - tmuxp/.config/tmuxp/omega.yaml | 17 - tmuxp/.config/tmuxp/phoenix.yaml | 17 - tmuxp/.config/tmuxp/ramen.yaml | 17 - 31 files changed, 3 insertions(+), 725 deletions(-) rename {alacritty/.config => config}/alacritty/alacritty.toml (100%) rename {fish/.config => config}/fish/config.fish (100%) rename {nvim/.config => config}/nvim/init.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/claude.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/cmp.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/colorscheme.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/diagnostics.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/gitsigns.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/indent-blankline.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/init.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/mason.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/nvim-autopairs.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/nvim-tree.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/render-markdown.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/telescope.lua (100%) rename {nvim/.config => config}/nvim/lua/plugins/treesitter.lua (100%) rename {nvim/.config => config}/nvim/nvim-pack-lock.json (100%) rename {rtorrent/.config => config}/rtorrent/rtorrent.rc (100%) rename {tmux/.config => config}/tmux/tmux.conf (100%) delete mode 100644 konsole/.config/konsolerc delete mode 100644 konsole/.local/share/konsole/Profile 1.profile delete mode 100644 menus/.config/menus/applications-kmenuedit.menu delete mode 100644 menus/.config/plasma-org.kde.plasma.desktop-appletsrc delete mode 100644 tmuxp/.config/tmuxp/amp.yaml delete mode 100644 tmuxp/.config/tmuxp/amped-up.yaml delete mode 100644 tmuxp/.config/tmuxp/hfs.yaml delete mode 100644 tmuxp/.config/tmuxp/omega.yaml delete mode 100644 tmuxp/.config/tmuxp/phoenix.yaml delete mode 100644 tmuxp/.config/tmuxp/ramen.yaml diff --git a/alacritty/.config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml similarity index 100% rename from alacritty/.config/alacritty/alacritty.toml rename to config/alacritty/alacritty.toml diff --git a/fish/.config/fish/config.fish b/config/fish/config.fish similarity index 100% rename from fish/.config/fish/config.fish rename to config/fish/config.fish diff --git a/nvim/.config/nvim/init.lua b/config/nvim/init.lua similarity index 100% rename from nvim/.config/nvim/init.lua rename to config/nvim/init.lua diff --git a/nvim/.config/nvim/lua/plugins/claude.lua b/config/nvim/lua/plugins/claude.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/claude.lua rename to config/nvim/lua/plugins/claude.lua diff --git a/nvim/.config/nvim/lua/plugins/cmp.lua b/config/nvim/lua/plugins/cmp.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/cmp.lua rename to config/nvim/lua/plugins/cmp.lua diff --git a/nvim/.config/nvim/lua/plugins/colorscheme.lua b/config/nvim/lua/plugins/colorscheme.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/colorscheme.lua rename to config/nvim/lua/plugins/colorscheme.lua diff --git a/nvim/.config/nvim/lua/plugins/diagnostics.lua b/config/nvim/lua/plugins/diagnostics.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/diagnostics.lua rename to config/nvim/lua/plugins/diagnostics.lua diff --git a/nvim/.config/nvim/lua/plugins/gitsigns.lua b/config/nvim/lua/plugins/gitsigns.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/gitsigns.lua rename to config/nvim/lua/plugins/gitsigns.lua diff --git a/nvim/.config/nvim/lua/plugins/indent-blankline.lua b/config/nvim/lua/plugins/indent-blankline.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/indent-blankline.lua rename to config/nvim/lua/plugins/indent-blankline.lua diff --git a/nvim/.config/nvim/lua/plugins/init.lua b/config/nvim/lua/plugins/init.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/init.lua rename to config/nvim/lua/plugins/init.lua diff --git a/nvim/.config/nvim/lua/plugins/mason.lua b/config/nvim/lua/plugins/mason.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/mason.lua rename to config/nvim/lua/plugins/mason.lua diff --git a/nvim/.config/nvim/lua/plugins/nvim-autopairs.lua b/config/nvim/lua/plugins/nvim-autopairs.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/nvim-autopairs.lua rename to config/nvim/lua/plugins/nvim-autopairs.lua diff --git a/nvim/.config/nvim/lua/plugins/nvim-tree.lua b/config/nvim/lua/plugins/nvim-tree.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/nvim-tree.lua rename to config/nvim/lua/plugins/nvim-tree.lua diff --git a/nvim/.config/nvim/lua/plugins/render-markdown.lua b/config/nvim/lua/plugins/render-markdown.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/render-markdown.lua rename to config/nvim/lua/plugins/render-markdown.lua diff --git a/nvim/.config/nvim/lua/plugins/telescope.lua b/config/nvim/lua/plugins/telescope.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/telescope.lua rename to config/nvim/lua/plugins/telescope.lua diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/config/nvim/lua/plugins/treesitter.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/treesitter.lua rename to config/nvim/lua/plugins/treesitter.lua diff --git a/nvim/.config/nvim/nvim-pack-lock.json b/config/nvim/nvim-pack-lock.json similarity index 100% rename from nvim/.config/nvim/nvim-pack-lock.json rename to config/nvim/nvim-pack-lock.json diff --git a/rtorrent/.config/rtorrent/rtorrent.rc b/config/rtorrent/rtorrent.rc similarity index 100% rename from rtorrent/.config/rtorrent/rtorrent.rc rename to config/rtorrent/rtorrent.rc diff --git a/tmux/.config/tmux/tmux.conf b/config/tmux/tmux.conf similarity index 100% rename from tmux/.config/tmux/tmux.conf rename to config/tmux/tmux.conf diff --git a/konsole/.config/konsolerc b/konsole/.config/konsolerc deleted file mode 100644 index 5b309c9..0000000 --- a/konsole/.config/konsolerc +++ /dev/null @@ -1,35 +0,0 @@ -[Desktop Entry] -DefaultProfile=Profile 1.profile - -[General] -ConfigVersion=1 - -[KFileDialog Settings] -iconViewIconSize=64 - -[MainWindow] -1920x1080 screen: Height=554 -1920x1080 screen: Width=911 -1920x1080 screen: Window-Maximized=true -2 screens: Height=1041 -2 screens: Width=1732 -2 screens: Window-Maximized=true -2 screens: XPosition=0 -2 screens: YPosition=30 -2560x1440 screen: Height=690 -2560x1440 screen: Width=1280 -2560x1440 screen: Window-Maximized=true -2560x1440 screen: XPosition=0 -2560x1440 screen: YPosition=30 -3 screens: Height=900 -3 screens: Width=1706 -3 screens: Window-Maximized=true -DP-1=DP-1 -DP-2=DP-2 -DP-2 HDMI-0=DP-2 -MenuBar=Disabled -State[$d] -ToolBarsMovable=Disabled - -[UiSettings] -ColorScheme= diff --git a/konsole/.local/share/konsole/Profile 1.profile b/konsole/.local/share/konsole/Profile 1.profile deleted file mode 100644 index ccca2c2..0000000 --- a/konsole/.local/share/konsole/Profile 1.profile +++ /dev/null @@ -1,25 +0,0 @@ -[Appearance] -AntiAliasFonts=true -BoldIntense=true -ColorScheme=Breeze -Font=FiraCode Nerd Font Mono,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 -UseFontBrailleChararacters=true -UseFontLineChararacters=false - -[General] -Command=/bin/tmux -DimWhenInactive=false -Name=Profile 1 -Parent=FALLBACK/ -StartInCurrentSessionDir=false -TerminalColumns=160 -TerminalRows=50 - -[Scrolling] -HistoryMode=2 -ScrollBarPosition=2 -ScrollFullPage=false - -[Terminal Features] -BellMode=3 -BlinkingCursorEnabled=true diff --git a/menus/.config/menus/applications-kmenuedit.menu b/menus/.config/menus/applications-kmenuedit.menu deleted file mode 100644 index a00a369..0000000 --- a/menus/.config/menus/applications-kmenuedit.menu +++ /dev/null @@ -1,290 +0,0 @@ - - - - Development - - org.kde.kate.desktop - Godot.desktop - - - - - Translation - Web Development - - - - - Education - - Science - - - - Mathematics - - - org.libreoffice.LibreOffice.math.desktop - - - - - Languages - Mathematics - Miscellaneous - Tools - - - - Graphics - - org.libreoffice.LibreOffice.draw.desktop - display-im6.q16.desktop - org.kde.okular.desktop - org.kde.gwenview.desktop - - - com.obsproject.Studio.desktop - com.ultimaker.cura.desktop - Godot.desktop - Unity Hub.desktop - - - - org.blender.Blender.desktop - org.darktable.Darktable.desktop - org.freecad.FreeCAD.desktop - org.gimp.GIMP.desktop - org.inkscape.Inkscape.desktop - com.obsproject.Studio.desktop - com.ultimaker.cura.desktop - Unity Hub.desktop - - - More - - - - Internet - - steam.desktop - remote-viewer.desktop - io.github.input_leap.input-leap.desktop - - - ch.protonmail.protonmail-bridge.desktop - - - - im.riot.Riot.desktop - io.gitlab.librewolf-community.desktop - com.protonvpn.www.desktop - com.slack.Slack.desktop - - Terminal - - More - - - - Multimedia - - com.obsproject.Studio.desktop - - - - More - - - - - Settingsmenu - - - remote-viewer.desktop - org.fcitx.fcitx5-migrator.desktop - im-config.desktop - systemsettings.desktop - nvidia-settings.desktop - - - - - System - - im-config.desktop - systemsettings.desktop - org.fcitx.fcitx5-migrator.desktop - org.fcitx.Fcitx5.desktop - - - display-im6.q16.desktop - com.ultimaker.cura.desktop - htop.desktop - org.kde.dolphin.desktop - org.kde.discover.desktop - org.kde.partitionmanager.desktop - virt-manager.desktop - org.kde.konsole.desktop - - - ScreenSavers - - - - org.fcitx.Fcitx5.desktop - - - - - btop.desktop - org.kde.kinfocenter.desktop - im-config.desktop - org.kde.ksystemlog.desktop - org.kde.kwalletmanager.desktop - org.kde.kmenuedit.desktop - nvidia-settings.desktop - - ScreenSavers - org.kde.plasma-systemmonitor.desktop - systemsettings.desktop - debian-uxterm.desktop - debian-xterm.desktop - - More - - - - Utilities - - display-im6.q16.desktop - remote-viewer.desktop - htop.desktop - org.kde.okular.desktop - org.kde.gwenview.desktop - io.github.input_leap.input-leap.desktop - org.kde.dolphin.desktop - org.kde.discover.desktop - org.kde.partitionmanager.desktop - virt-manager.desktop - org.kde.konsole.desktop - - - com.ultimaker.cura.desktop - com.logseq.Logseq.desktop - org.fcitx.Fcitx5.desktop - org.fcitx.fcitx5-migrator.desktop - - - Terminal - - - - - org.kde.ark.desktop - org.kde.discover.desktop - org.kde.dolphin.desktop - org.kde.plasma.emojier.desktop - org.kde.gwenview.desktop - io.github.input_leap.input-leap.desktop - org.kde.kate.desktop - org.kde.kcalc.desktop - org.kde.kcharselect.desktop - org.kde.konsole.desktop - nvim.desktop - com.nextcloud.desktopclient.nextcloud.desktop - org.kde.okular.desktop - org.kde.spectacle.desktop - - Terminal - info.desktop - virt-manager.desktop - XUtilities - - More - - - - - display-im6.q16.desktop - org.kde.khelpcenter.desktop - Godot.desktop - - - .hidden - - org.kde.kate.desktop - org.libreoffice.LibreOffice.draw.desktop - steam.desktop - org.kde.khelpcenter.desktop - org.libreoffice.LibreOffice.math.desktop - nvidia-settings.desktop - org.kde.okular.desktop - com.brave.Browser.flextop.brave-cbhjompmobhclodnimfcmlgnahbbdhlb-Default.desktop - com.logseq.Logseq.desktop - org.fcitx.Fcitx5.desktop - - - - Games - - - Arcade - Board - Card - Kidsgames - Logic - - steam.desktop - TacticStrategy - - - - Office - - ch.protonmail.protonmail-bridge.desktop - org.kde.okular.desktop - - - - org.libreoffice.LibreOffice.desktop - org.libreoffice.LibreOffice.base.desktop - org.libreoffice.LibreOffice.calc.desktop - org.libreoffice.LibreOffice.draw.desktop - org.libreoffice.LibreOffice.impress.desktop - org.libreoffice.LibreOffice.math.desktop - org.libreoffice.LibreOffice.writer.desktop - - - More - - - - Applications - - - com.brave.Browser.flextop.brave-cbhjompmobhclodnimfcmlgnahbbdhlb-Default.desktop - - - - System/Terminal - Utilities/Terminal - - - - Education - Games - Graphics - Internet - Office - Science - Settingsmenu - System - Utilities - Applications - - - Help - - - diff --git a/menus/.config/plasma-org.kde.plasma.desktop-appletsrc b/menus/.config/plasma-org.kde.plasma.desktop-appletsrc deleted file mode 100644 index 3d0109d..0000000 --- a/menus/.config/plasma-org.kde.plasma.desktop-appletsrc +++ /dev/null @@ -1,263 +0,0 @@ -[ActionPlugins][0] -RightButton;NoModifier=org.kde.contextmenu - -[ActionPlugins][1] -RightButton;NoModifier=org.kde.contextmenu - -[Containments][2] -activityId= -formfactor=2 -immutability=1 -lastScreen=0 -location=4 -plugin=org.kde.panel -wallpaperplugin=org.kde.image - -[Containments][2][Applets][20] -immutability=1 -plugin=org.kde.plasma.digitalclock - -[Containments][2][Applets][20][Configuration] -PreloadWeight=100 -popupHeight=450 -popupWidth=810 - -[Containments][2][Applets][20][Configuration][Appearance] -enabledCalendarPlugins=holidaysevents -fontWeight=400 - -[Containments][2][Applets][20][Configuration][ConfigDialog] -DialogHeight=540 -DialogWidth=720 - -[Containments][2][Applets][3] -immutability=1 -plugin=org.kde.plasma.kickoff - -[Containments][2][Applets][3][Configuration] -PreloadWeight=100 -popupHeight=510 -popupWidth=647 - -[Containments][2][Applets][3][Configuration][ConfigDialog] -DialogHeight=540 -DialogWidth=720 - -[Containments][2][Applets][3][Configuration][Configuration/General] -icon=start-here-kubuntu -showAppsByName=true - -[Containments][2][Applets][3][Configuration][General] -alphaSort=true -favoritesPortedToKAstats=true -highlightNewlyInstalledApps=false -icon=start-here-kubuntu -switchCategoryOnHover=true -systemFavorites=suspend\\,hibernate\\,reboot\\,shutdown - -[Containments][2][Applets][3][Configuration][Shortcuts] -global=Alt+F1 - -[Containments][2][Applets][4] -immutability=1 -plugin=org.kde.plasma.pager - -[Containments][2][Applets][5] -immutability=1 -plugin=org.kde.plasma.icontasks - -[Containments][2][Applets][5][Configuration][General] -launchers=preferred://filemanager,file:///var/lib/flatpak/exports/share/applications/com.brave.Browser.desktop,applications:org.kde.konsole.desktop,file:///var/lib/flatpak/exports/share/applications/im.riot.Riot.desktop,file:///var/lib/flatpak/exports/share/applications/me.proton.Mail.desktop,file:///usr/share/applications/steam.desktop - -[Containments][2][Applets][6] -immutability=1 -plugin=org.kde.plasma.marginsseparator - -[Containments][2][Applets][7] -activityId= -formfactor=2 -immutability=1 -lastScreen=0 -location=4 -plugin=org.kde.plasma.systemtray -popupHeight=432 -popupWidth=432 -wallpaperplugin=org.kde.image - -[Containments][2][Applets][7][Applets][10] -immutability=1 -plugin=org.kde.plasma.clipboard - -[Containments][2][Applets][7][Applets][10][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][11] -immutability=1 -plugin=org.kde.plasma.keyboardindicator - -[Containments][2][Applets][7][Applets][11][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][12] -immutability=1 -plugin=org.kde.plasma.printmanager - -[Containments][2][Applets][7][Applets][12][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][13] -immutability=1 -plugin=org.kde.plasma.notifications - -[Containments][2][Applets][7][Applets][13][Configuration] -PreloadWeight=67 - -[Containments][2][Applets][7][Applets][14] -immutability=1 -plugin=org.kde.plasma.keyboardlayout - -[Containments][2][Applets][7][Applets][14][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][15] -immutability=1 -plugin=org.kde.plasma.manage-inputmethod - -[Containments][2][Applets][7][Applets][15][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][16] -immutability=1 -plugin=org.kde.plasma.cameraindicator - -[Containments][2][Applets][7][Applets][16][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][17] -immutability=1 -plugin=org.kde.plasma.vault - -[Containments][2][Applets][7][Applets][18] -immutability=1 -plugin=org.kde.kscreen - -[Containments][2][Applets][7][Applets][18][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][19] -immutability=1 -plugin=org.kde.plasma.volume - -[Containments][2][Applets][7][Applets][19][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][Applets][19][Configuration][General] -migrated=true - -[Containments][2][Applets][7][Applets][22][Configuration] -PreloadWeight=34 - -[Containments][2][Applets][7][Applets][23][Configuration] -PreloadWeight=34 - -[Containments][2][Applets][7][Applets][24] -immutability=1 -plugin=org.kde.plasma.networkmanagement - -[Containments][2][Applets][7][Applets][24][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][Applets][24][Configuration][General] -currentDetailsTab=details - -[Containments][2][Applets][7][Applets][25] -immutability=1 -plugin=org.kde.plasma.bluetooth - -[Containments][2][Applets][7][Applets][25][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][Applets][26] -immutability=1 -plugin=org.kde.plasma.notifications - -[Containments][2][Applets][7][Applets][26][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][Applets][27] -immutability=1 -plugin=org.kde.plasma.mediacontroller - -[Containments][2][Applets][7][Applets][27][Configuration] -PreloadWeight=0 - -[Containments][2][Applets][7][Applets][30][Configuration] -PreloadWeight=0 - -[Containments][2][Applets][7][Applets][31][Configuration] -PreloadWeight=42 - -[Containments][2][Applets][7][Applets][33] -immutability=1 -plugin=org.kde.plasma.battery - -[Containments][2][Applets][7][Applets][33][Configuration] -PreloadWeight=18 - -[Containments][2][Applets][7][Applets][9] -immutability=1 -plugin=org.kde.plasma.devicenotifier - -[Containments][2][Applets][7][Applets][9][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][Applets][9][Configuration][General] -migrated=true - -[Containments][2][Applets][7][ConfigDialog] -DialogHeight=540 -DialogWidth=720 - -[Containments][2][Applets][7][Configuration] -PreloadWeight=100 - -[Containments][2][Applets][7][General] -extraItems=org.kde.plasma.volume,org.kde.plasma.mediacontroller,org.kde.plasma.cameraindicator,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.plasma.battery,org.kde.plasma.notifications -hiddenItems=Fcitx,Xwayland Video Bridge_pipewireToXProxy,org.kde.plasma.notifications -knownItems=org.kde.plasma.volume,org.kde.plasma.vault,org.kde.plasma.printmanager,org.kde.kscreen,org.kde.plasma.devicenotifier,org.kde.plasma.clipboard,org.kde.plasma.brightness,org.kde.plasma.keyboardindicator,org.kde.plasma.battery,org.kde.plasma.mediacontroller,org.kde.plasma.manage-inputmethod,org.kde.plasma.cameraindicator,org.kde.plasma.keyboardlayout,org.kde.plasma.notifications,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.kupapplet,org.kde.plasma.weather -shownItems=org.kde.plasma.volume,org.kde.plasma.networkmanagement,org.kde.plasma.battery - -[Containments][2][General] -AppletOrder=3;4;5;6;7;20 - -[Containments][33] -ItemGeometries-2048x1280= -ItemGeometriesHorizontal= -activityId=8529a03a-ac64-45ee-b16a-2ffeb9bf9945 -formfactor=0 -immutability=1 -lastScreen=0 -location=0 -plugin=org.kde.plasma.folder -wallpaperplugin=org.kde.image - -[Containments][33][ConfigDialog] -DialogHeight=540 -DialogWidth=720 - -[Containments][33][General] -positions={"2048x1280":[]} - -[Containments][33][Wallpaper][org.kde.image][General] -Image=/home/kendall/Pictures/Wallpapers/nature_road.jpg -SlidePaths=/usr/share/wallpapers/ - -[Containments][9][Applets][23][Configuration] -PreloadWeight=34 - -[Containments][9][Applets][24][Configuration] -PreloadWeight=34 - -[ScreenMapping] -itemsOnDisabledScreens= -screenMapping= diff --git a/setup/arch/config.py b/setup/arch/config.py index 5f4dbf7..8608ea2 100644 --- a/setup/arch/config.py +++ b/setup/arch/config.py @@ -33,11 +33,3 @@ APPS = [ 'torbrowser-launcher', 'wl-clipboard', ] - -DOTFILES = [ - 'alacritty', - 'fish', - 'nvim', - 'rtorrent', - 'tmux', -] diff --git a/setup/arch/install.py b/setup/arch/install.py index 6a5affb..9058d9c 100644 --- a/setup/arch/install.py +++ b/setup/arch/install.py @@ -48,14 +48,15 @@ def install_apps(): def stow_dot_files(): dotfiles_root = Path.home() / '.dotfiles' + config_dir = Path.home() / '.config' subprocess.run( - ['stow', '-d', str(dotfiles_root), *config.DOTFILES, '--adopt'], + ['stow', '-d', str(dotfiles_root), '-t', str(config_dir), '--adopt', 'config'], check=True ) subprocess.run( - ['git', 'checkout', '--', *config.DOTFILES], + ['git', 'checkout', '--', 'config'], cwd=dotfiles_root, check=True, ) diff --git a/tmuxp/.config/tmuxp/amp.yaml b/tmuxp/.config/tmuxp/amp.yaml deleted file mode 100644 index a2d7054..0000000 --- a/tmuxp/.config/tmuxp/amp.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: Amp -windows: - - window_name: Amp - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.AMP.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.AMP.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.AMP.git/ - - cmd: clear diff --git a/tmuxp/.config/tmuxp/amped-up.yaml b/tmuxp/.config/tmuxp/amped-up.yaml deleted file mode 100644 index da2bcf6..0000000 --- a/tmuxp/.config/tmuxp/amped-up.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: Amped -windows: - - window_name: Amped - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/amped-up.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/amped-up.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/amped-up.git/ - - cmd: clear diff --git a/tmuxp/.config/tmuxp/hfs.yaml b/tmuxp/.config/tmuxp/hfs.yaml deleted file mode 100644 index 3e198af..0000000 --- a/tmuxp/.config/tmuxp/hfs.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: HFS -windows: - - window_name: HFS - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/header-footer-service.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/header-footer-service.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/header-footer-service.git/ - - cmd: clear diff --git a/tmuxp/.config/tmuxp/omega.yaml b/tmuxp/.config/tmuxp/omega.yaml deleted file mode 100644 index 005034a..0000000 --- a/tmuxp/.config/tmuxp/omega.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: Omega -windows: - - window_name: Omega - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/omega-player.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/omega-player.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/omega-player.git/ - - cmd: clear diff --git a/tmuxp/.config/tmuxp/phoenix.yaml b/tmuxp/.config/tmuxp/phoenix.yaml deleted file mode 100644 index 0d4e961..0000000 --- a/tmuxp/.config/tmuxp/phoenix.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: Phoenix -windows: - - window_name: Phoenix - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.Phoenix.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.Phoenix.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/WEB.Phoenix.git/ - - cmd: clear diff --git a/tmuxp/.config/tmuxp/ramen.yaml b/tmuxp/.config/tmuxp/ramen.yaml deleted file mode 100644 index bd37199..0000000 --- a/tmuxp/.config/tmuxp/ramen.yaml +++ /dev/null @@ -1,17 +0,0 @@ -session_name: Ramen -windows: - - window_name: Ramen - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/nextjs-ramen.git/ - - cmd: clear - - - window_name: Server - layout: even-horizontal - panes: - - shell_command: - - cmd: cd ~/Repos/NBC/nextjs-ramen.git/ - - cmd: clear - - shell_command: - - cmd: cd ~/Repos/NBC/nextjs-ramen.git/ - - cmd: clear