Add setup-tailscale

This commit is contained in:
pancakes 2024-03-26 00:17:34 +10:00
parent bcfcc317ae
commit a801dcc788

View file

@ -1,3 +1,5 @@
username := env_var('USER')
# Displays this message # Displays this message
default: default:
@just --list --justfile {{justfile()}} @just --list --justfile {{justfile()}}
@ -50,6 +52,11 @@ setup-shell:
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# Enable and authenticate with Tailscale
setup-tailscale:
sudo systemctl enable --now tailscaled
sudo tailscale up --operator={{username}} --ssh=true
# Installs Waydroid with GAPPS # Installs Waydroid with GAPPS
setup-waydroid: setup-waydroid:
paru -S binder_linux-dkms waydroid paru -S binder_linux-dkms waydroid