mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-04 16:20:55 +10:00
Added homebrew
This commit is contained in:
@@ -5,6 +5,11 @@ export PATH="$HOME/.local/bin:$PATH"
|
|||||||
export WAYLAND_DISPLAY=$WAYLAND_DISPLAY
|
export WAYLAND_DISPLAY=$WAYLAND_DISPLAY
|
||||||
export XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
export XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
|
||||||
|
|
||||||
|
# Homebrew (If installed)
|
||||||
|
if [[ -f "/home/linusbrew/.linuxbrew/bin/brew" ]]; then
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv zsh)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=~/.oh-my-zsh
|
export ZSH=~/.oh-my-zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user