-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotfiles.toml
More file actions
84 lines (68 loc) · 2.59 KB
/
dotfiles.toml
File metadata and controls
84 lines (68 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[symlinks]
"niri" = ".config/niri"
"hypr" = ".config/hypr"
"waybar" = ".config/waybar"
"rofi" = ".config/rofi"
"yazi" = ".config/yazi"
"satty" = ".config/satty"
"wallpapers" = ".config/wallpapers"
# "theme/gtk-3.0/settings.ini" = ".config/gtk-3.0/settings.ini"
# "theme/gtk-4.0/settings.ini" = ".config/gtk-4.0/settings.ini"
# "theme/qt/kdeglobals" = ".config/kdeglobals"
# "theme/qt/qt5ct.conf" = ".config/qt5ct/qt5ct.conf"
# "theme/qt/qt6ct.conf" = ".config/qt6ct/qt6ct.conf"
"alacritty" = ".config/alacritty"
"zellij" = ".config/zellij"
"wezterm" = ".config/wezterm"
"ghostty" = ".config/ghostty"
"zed" = ".config/zed"
"nvim" = ".config/nvim"
"lazygit" = ".config/lazygit"
"lazydocker" = ".config/lazydocker"
"mise" = ".config/mise"
"fish/config.fish" = ".config/fish/config.fish"
"fish/functions" = ".config/fish/functions"
"git/.gitconfig" = ".gitconfig"
"npm/.npmrc" = ".npmrc"
[packages]
ignored = [
"base", "base-devel", "linux", "linux-firmware", "efibootmgr", "intel-ucode",
"btrfs-progs", "snapper", "zram-generator", "limine",
"bluez", "bluez-utils", "networkmanager", "libpulse", "sof-firmware",
"pipewire", "pipewire-alsa", "pipewire-jack", "pipewire-pulse", "gst-plugin-pipewire", "wireplumber",
"paru", "paru-debug", "symm", "downgrade",
"qemu-desktop", "virt-manager", "dnsmasq",
"steam", "elyprismlauncher", "dbeaver", "spotify-launcher"
]
playwright_workaround = ["enchant"]
lsp = ["gitlab-ci-ls"]
fonts = ["noto-fonts", "noto-fonts-cjk", "noto-fonts-emoji", "ttf-jetbrains-mono-nerd"]
nvidia = ["nvidia", "nvidia-utils"]
apps = ["firefox", "google-chrome", "obs-studio", "telegram-desktop"]
terminal = [
"alacritty", "zellij", "neovim", "fish", "starship", "fastfetch", "man-db",
"tabiew", "btop",
"yazi", "ueberzugpp", "resvg",
"fzf", "jq", "ripgrep", "zoxide", "eza", "fd", "bat", "unzip",
"git", "git-delta", "lazygit",
"openbsd-netcat", "openssh", "rsync", "bind", "cmake", "postgresql",
"docker", "docker-buildx", "docker-compose", "lazydocker",
"kubectl", "kustomize", "helm", "k9s", "talosctl", "doctl", "glab", "ansible", "opentofu", "fluxcd"
]
desktop = [
"ly",
"brightnessctl", "waybar", "swaync", "rofi", "power-profiles-daemon",
"nautilus", "pavucontrol", "7zip", "mpv", "bluetui", "satty", "grim", "slurp", "gnome-keyring",
"clipse", "wl-clipboard", "wl-clip-persist",
"orchis-theme", "papirus-icon-theme", "apple_cursor"
]
desktop_niri = [
"niri",
"swaylock", "swaybg",
"xdg-desktop-portal-gnome", "xdg-desktop-portal-gtk",
"xwayland-satellite"
]
# desktop_hyprland = [
# "hyprland", "hyprpaper", "hyprlock",
# "xdg-desktop-portal-hyprland", "xdg-desktop-portal-gtk",
# ]