mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore: kde-neon -> linux, kitty themes + settings, install-script fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user