1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

install/fedora.sh: install core by default

This commit is contained in:
Henrik Hautakoski 2025-02-27 05:43:08 +01:00
parent a67d7798a4
commit b1bf92116a
2 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,9 @@ BASE_PATH=$(dirname $(readlink -f $BASH_SOURCE))
DIRECTORIES=( DIRECTORIES=(
nvim nvim
fish fish
alacritty #alacritty
ghostty #ghostty
kitty
#hypr #hypr
#waybar #waybar
#wofi #wofi

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
SELECTED=(core i3) SELECTED=(core)
else else
SELECTED=$@ SELECTED=$@
fi fi