Skip to content

Instantly share code, notes, and snippets.

View bishwajitcadhikary's full-sized avatar

Bishwajit Adhikary bishwajitcadhikary

View GitHub Profile
@bishwajitcadhikary
bishwajitcadhikary / zsh_auto_install.sh
Created August 20, 2023 00:29
ZSH & Powerlevel10k Auto Installation
#!/bin/bash
# Function to install ZSH, Antigen ZSH, and Powerlevel10k
install() {
# Install ZSH
echo "Installing ZSH..."
case $PKG_MANAGER in
apt)
sudo apt update
sudo apt install -y zsh