Add setup-tailscale
This commit is contained in:
parent
bcfcc317ae
commit
a801dcc788
1 changed files with 7 additions and 0 deletions
7
justfile
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue