1
0
Fork 0

[AUTOCONFIG] Add rofi configuration

This commit is contained in:
Florian RICHER 2022-01-04 22:49:42 +01:00
parent f705defae3
commit e062b96f09
13 changed files with 1131 additions and 370 deletions

View file

@ -6,7 +6,7 @@ if [[ "$WINDOW_MANAGER" == 'awesome' ]]; then
echo '[INFO] Awesome installed'
if [[ "$WITH_WINDOW_MANAGER_DEPENDENCIES" == 'yes' ]]; then
#install_package ripgrep fd dart lazygit rust-analyzer lldb
install_package alacritty rofi
fi
else
echo '[INFO] Awesome already installed'