Initial Commit

This commit is contained in:
2026-05-09 17:15:31 -04:00
commit 628441b744
10 changed files with 511 additions and 0 deletions

70
config.toml Normal file
View File

@@ -0,0 +1,70 @@
[system]
packages = [
"uv",
"curl",
"git",
"stow",
"task",
"neovim",
"python-pynvim",
"lua51",
"luarocks",
"lua-language-server",
"lua-sec",
"lua-jsregexp",
"cmake",
"ninja",
"nodejs",
"bun",
"npm",
"foot",
"tmux",
"fzf",
"ripgrep",
"tree-sitter-cli",
"docker",
"geoclue",
"gst-plugins-good",
"texlive-bin",
"lazygit",
"rustup",
"gdb",
"lldb",
"mingw-w64-gcc",
"aarch64-linux-gnu-gcc",
"cowsay",
"lolcat",
"misfortune",
"cpio",
"wofi",
"qutebrowser",
"bashtop",
"waybar",
"hyprpaper",
"hyprlock",
"blueman",
"hypridle",
"mako",
"wireguard-tools",
"proton-vpn-cli",
"otf-firamono-nerd",
"otf-monaspace-nerd",
"ttf-nerd-fonts-symbols",
"ttf-nerd-fonts-symbols-mono",
"ttf-firacode-nerd",
"python-adblock",
"claude-code",
"neomutt",
"irssi",
"isync",
]
aur = [
"devpod-bin",
"galaxybudsclient-bin",
"tmuxinator",
"musikcube",
"mergerfs",
]
[repos]
dotfiles = ["https://git.th3r00t.net/th3r00t/dotfiles", "~/.dotfiles"]