dnsmasq and brew

This commit is contained in:
2025-10-13 11:12:11 +02:00
parent 90b8439199
commit 417a0ccb2b
2 changed files with 17 additions and 1 deletions

12
dnsmasq.conf Normal file
View File

@ -0,0 +1,12 @@
# Public
server=1.1.1.1
server=8.8.8.8
# Neusta
server=/intern.neusta.de/172.31.64.4
server=/intern.neusta.de/172.31.64.5
server=/neusta.de/172.31.64.4
server=/neusta.de/172.31.64.5
listen-address=127.0.0.1
bind-interfaces

View File

@ -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