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 \
|
zoxide \
|
||||||
atuin
|
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
|
if [ ! -d "$HOME/.oh-my-zsh" ]; then
|
||||||
echo
|
echo
|
||||||
echo "[+] Installing Oh My Zsh..."
|
echo "[+] Installing Oh My Zsh..."
|
||||||
@ -44,6 +48,6 @@ if [ -f "./.git/hooks/post-merge" ]; then
|
|||||||
rm "./.git/hooks/post-merge"
|
rm "./.git/hooks/post-merge"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -s ./scripts/post-merge .git/hooks/post-merge
|
ln -s ../../scripts/post-merge .git/hooks/post-merge
|
||||||
|
|
||||||
./scripts/setup
|
./scripts/setup
|
||||||
|
|||||||
Reference in New Issue
Block a user