dnsmasq and brew
This commit is contained in:
12
dnsmasq.conf
Normal file
12
dnsmasq.conf
Normal 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
|
||||
@ -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