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:
parent
a67d7798a4
commit
b1bf92116a
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue