Skip to content

Instantly share code, notes, and snippets.

@Dacheng-Wang
Dacheng-Wang / script-one-click-setup-ubuntu
Last active January 16, 2025 02:34
the script to run the shell script on gist
sh -c "$(curl -fsSL https://gist.githubusercontent.com/Dacheng-Wang/7b941b60b47e9b7b2df064ec35998770/raw/41988bdcb6cc8d4e79d126bc389830424a154b43/one-click-setup-debian.sh)"
@Dacheng-Wang
Dacheng-Wang / one-click-setup-debian.sh
Last active January 16, 2025 02:53
one click installation script for oh-my-zsh and powerlevel10k with autocomplete and highlighter plugin on Debian 12
#!/bin/bash
# Install zsh
sudo apt install git zsh -y
# Show version
zsh --version
# Set zsh as default shell
chsh -s /usr/bin/zsh