From a801dcc788fd94ef6fad2f523903cd3ff86da10b Mon Sep 17 00:00:00 2001 From: pancakes Date: Tue, 26 Mar 2024 00:17:34 +1000 Subject: [PATCH] Add setup-tailscale --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/justfile b/justfile index 3138ce6..52b6eba 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +username := env_var('USER') + # Displays this message default: @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-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 setup-waydroid: paru -S binder_linux-dkms waydroid