Setting up dms, swapping to alacritty ease of use.
This commit is contained in:
+3
-2
@@ -127,13 +127,14 @@ if [ "$DO_LINKS" = true ]; then
|
||||
|
||||
link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata"
|
||||
link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish"
|
||||
link_file "$DOTFILES_DIR/config/foot" "$HOME/.config/foot"
|
||||
link_file "$DOTFILES_DIR/config/alacritty" "$HOME/.config/alacritty"
|
||||
link_file "$DOTFILES_DIR/config/nvim" "$HOME/.config/nvim"
|
||||
link_file "$DOTFILES_DIR/config/gitu" "$HOME/.config/gitu"
|
||||
link_file "$DOTFILES_DIR/config/lf" "$HOME/.config/lf"
|
||||
|
||||
link_file "$DOTFILES_DIR/config/tmux/.tmux.conf" "$HOME/.tmux.conf"
|
||||
link_file "$DOTFILES_DIR/config/helix/config.toml" "$HOME/.config/helix/config.toml"
|
||||
link_file "$DOTFILES_DIR/config/helix/themes" "$HOME/.config/helix/themes"
|
||||
link_file "$DOTFILES_DIR/config/gtk3/gtk.css" "$HOME/.config/gtk-3.0/gtk.css"
|
||||
link_file "$DOTFILES_DIR/config/gtk4/gtk.css" "$HOME/.config/gtk-4.0/gtk.css"
|
||||
|
||||
@@ -161,7 +162,7 @@ fi
|
||||
if [ "$DO_INSTALL" = true ]; then
|
||||
REQUIRED_PACKAGES=(
|
||||
# system essentials
|
||||
wget curl git unzip lf jq
|
||||
wget curl git unzip lf jq alacritty
|
||||
fzf fd-find btop direnv ripgrep tree bat
|
||||
build-essential make bear valgrind fish
|
||||
tmux ca-certificates gnupg libfuse2
|
||||
|
||||
Reference in New Issue
Block a user