chore: kde-neon -> linux, kitty themes + settings, install-script fixes

This commit is contained in:
Pratik Tripathy
2024-09-18 00:06:56 +05:30
parent 42b8551ef1
commit 90084f4780
15 changed files with 175 additions and 80 deletions

View File

@@ -11,7 +11,7 @@ input_file_check() {
install_brew() {
if ! command -v brew > /dev/null 2>&1; then
yes | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
yes | NONINTERACTIVE=1 bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi