Cleanup for KDE and bootstrap for basevoid install
This commit is contained in:
+7
-8
@@ -84,10 +84,9 @@ if [ "$DO_LINKS" = true ]; then
|
||||
SKIPPED=0
|
||||
|
||||
link_file "$DOTFILES_DIR/config/bash/bashrc" "$HOME/.bashrc"
|
||||
link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty"
|
||||
link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata"
|
||||
link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty"
|
||||
link_file "$DOTFILES_DIR/config/nvim" "$HOME/.config/nvim"
|
||||
link_file "$DOTFILES_DIR/config/sway" "$HOME/.config/sway"
|
||||
link_file "$DOTFILES_DIR/scripts/bin" "$HOME/.local/bin"
|
||||
|
||||
echo ""
|
||||
@@ -150,15 +149,15 @@ if [ "$DO_INSTALL" = true ]; then
|
||||
# network & download
|
||||
wget curl ca-certificates gnupg rsync
|
||||
# core utilities
|
||||
git unzip fd jq fzf ripgrep tree direnv make bat
|
||||
# modern shell and cli tools
|
||||
fish-shell alacritty tmux
|
||||
git fd jq fzf ripgrep tree direnv make bat
|
||||
ark unzip p7zip tar gzip bzip2 xz kanata
|
||||
gitu
|
||||
# build & dev tools
|
||||
base-devel valgrind tree-sitter-cli go nodejs
|
||||
# window manager & desktop
|
||||
swayfx kanata
|
||||
alacritty base-devel valgrind tree-sitter-cli go nodejs
|
||||
# fonts
|
||||
noto-fonts-ttf noto-fonts-emoji
|
||||
# kde
|
||||
xdg-desktop-portal xdg-desktop-portal-kde
|
||||
)
|
||||
|
||||
MISSING_PACKAGES=()
|
||||
|
||||
Reference in New Issue
Block a user