feat,docs: prepare initial release
This commit is contained in:
parent
2b2aaede18
commit
f14b54ea20
11 changed files with 188 additions and 100 deletions
151
config.toml
151
config.toml
|
|
@ -2,80 +2,81 @@ headless = false
|
|||
|
||||
[packages]
|
||||
headless = [
|
||||
"git",
|
||||
"curl",
|
||||
"wget",
|
||||
"ripgrep",
|
||||
"bottom",
|
||||
"bat",
|
||||
"biber",
|
||||
"bear",
|
||||
"docker",
|
||||
"docker-compose",
|
||||
"fd",
|
||||
"bat",
|
||||
"lsd",
|
||||
"zsh",
|
||||
"jq",
|
||||
"neofetch",
|
||||
"neovim",
|
||||
"helix",
|
||||
"npm",
|
||||
"stow",
|
||||
"task",
|
||||
"timew",
|
||||
"typst-lsp",
|
||||
"tree-sitter-cli",
|
||||
"tmux",
|
||||
"zoxide",
|
||||
"python3-pip",
|
||||
"pipx",
|
||||
"golang",
|
||||
"rustup",
|
||||
"latexmk",
|
||||
"luarocks",
|
||||
"cliphist",
|
||||
"git",
|
||||
"curl",
|
||||
"wget",
|
||||
"ripgrep",
|
||||
"bottom",
|
||||
"bat",
|
||||
"biber",
|
||||
"bear",
|
||||
"docker",
|
||||
"docker-compose",
|
||||
"fd",
|
||||
"bat",
|
||||
"lsd",
|
||||
"zsh",
|
||||
"jq",
|
||||
"neofetch",
|
||||
"neovim",
|
||||
"helix",
|
||||
"npm",
|
||||
"stow",
|
||||
"task",
|
||||
"timew",
|
||||
"typst-lsp",
|
||||
"tree-sitter-cli",
|
||||
"tmux",
|
||||
"zoxide",
|
||||
"python3-pip",
|
||||
"pipx",
|
||||
"golang",
|
||||
"rustup",
|
||||
"latexmk",
|
||||
"luarocks",
|
||||
]
|
||||
|
||||
non_headless = [
|
||||
"discord",
|
||||
"flameshot",
|
||||
"fuzzel",
|
||||
"google-chrome",
|
||||
"hyprcursor",
|
||||
"hypridle",
|
||||
"hyprland",
|
||||
"hyprland-qtutils",
|
||||
"hyprlock",
|
||||
"hyprpaper",
|
||||
"hyprutils",
|
||||
"kitty",
|
||||
"mako",
|
||||
"mpv",
|
||||
"neovide",
|
||||
"pidgin",
|
||||
"remmina",
|
||||
"spotify",
|
||||
"thunderbird",
|
||||
"thunderbird-i18n-de",
|
||||
"virt-manager",
|
||||
"vlc",
|
||||
"waybar",
|
||||
"xdg-desktop-portal-hyprland",
|
||||
"zathura",
|
||||
"zathura-pdf-mupdf",
|
||||
"zoom",
|
||||
"zotero",
|
||||
"android-studio",
|
||||
"discord",
|
||||
"flameshot",
|
||||
"fuzzel",
|
||||
"google-chrome",
|
||||
"hyprcursor",
|
||||
"hypridle",
|
||||
"hyprland",
|
||||
"hyprland-qtutils",
|
||||
"hyprlock",
|
||||
"hyprpaper",
|
||||
"hyprutils",
|
||||
"kitty",
|
||||
"mako",
|
||||
"mpv",
|
||||
"neovide",
|
||||
"pidgin",
|
||||
"remmina",
|
||||
"spotify",
|
||||
"thunderbird",
|
||||
"thunderbird-i18n-de",
|
||||
"virt-manager",
|
||||
"vlc",
|
||||
"waybar",
|
||||
"xdg-desktop-portal-hyprland",
|
||||
"zathura",
|
||||
"zathura-pdf-mupdf",
|
||||
"zoom",
|
||||
"zotero",
|
||||
"android-studio",
|
||||
]
|
||||
|
||||
[special_packages]
|
||||
go = [
|
||||
"github.com/jesseduffield/lazygit",
|
||||
"github.com/stefanlogue/meteor",
|
||||
"golang.org/x/tools/gopls",
|
||||
"github.com/go-delve/delve/cmd/dlv",
|
||||
"github.com/air-verse/air",
|
||||
"github.com/jesseduffield/lazygit",
|
||||
"github.com/stefanlogue/meteor",
|
||||
"golang.org/x/tools/gopls",
|
||||
"github.com/go-delve/delve/cmd/dlv",
|
||||
"github.com/air-verse/air",
|
||||
"go.senan.xyz/cliphist",
|
||||
"github.com/goreleaser/goreleaser/v2",
|
||||
]
|
||||
|
||||
cargo = ["git-cliff", "bottom", "typst-cli"]
|
||||
|
|
@ -85,16 +86,16 @@ pipx = ["harlequin", "posting", "euporie"]
|
|||
[flatpak]
|
||||
enable = true
|
||||
remotes = [
|
||||
{ name = "flathub", url = "https://flathub.org/repo/flathub.flatpakrepo" },
|
||||
{ name = "flathub", url = "https://flathub.org/repo/flathub.flatpakrepo" },
|
||||
]
|
||||
packages = [
|
||||
"com.spotify.Client",
|
||||
"us.zoom.Zoom",
|
||||
"org.zotero.Zotero",
|
||||
"com.google.AndroidStudio",
|
||||
"io.freetubeapp.FreeTube",
|
||||
"com.discordapp.Discord",
|
||||
"com.nextcloud.desktopclient.nextcloud",
|
||||
"com.spotify.Client",
|
||||
"us.zoom.Zoom",
|
||||
"org.zotero.Zotero",
|
||||
"com.google.AndroidStudio",
|
||||
"io.freetubeapp.FreeTube",
|
||||
"com.discordapp.Discord",
|
||||
"com.nextcloud.desktopclient.nextcloud",
|
||||
]
|
||||
|
||||
[dotfiles]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue