dnsmasq and brew
This commit is contained in:
@ -29,6 +29,10 @@ $APT_CMD install -yqq \
|
||||
zoxide \
|
||||
atuin
|
||||
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
brew install nvim thefuck tmux tmuxinator
|
||||
|
||||
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
||||
echo
|
||||
echo "[+] Installing Oh My Zsh..."
|
||||
@ -44,6 +48,6 @@ if [ -f "./.git/hooks/post-merge" ]; then
|
||||
rm "./.git/hooks/post-merge"
|
||||
fi
|
||||
|
||||
ln -s ./scripts/post-merge .git/hooks/post-merge
|
||||
ln -s ../../scripts/post-merge .git/hooks/post-merge
|
||||
|
||||
./scripts/setup
|
||||
|
||||
Reference in New Issue
Block a user