- Changing Shell from Bash to ZSH
- Install oh-my-zsh
- Add ZSH Plugins
- Gnome Extensions
- Dracula Theme
- Background change
sudo apt install zsh
chsh -s $(which zsh)
logout
-bash: chsh: command not found
Try this one of these:
Distribution | Command to Install passwd Utility |
---|---|
Debian | apt-get install passwd |
Ubuntu | apt-get install passwd |
Alpine | apk add util-linux |
Arch Linux | pacman -S util-linux |
Kali Linux | apt-get install passwd |
CentOS | yum install util-linux-ng |
RHEL | dnf install -y sudo zsh cracklib-dicts |
Fedora | dnf install util-linux-user |
macOS | brew install util-linux |
Raspbian | apt-get install passwd |
Please note that for some distributions, such as Ubuntu and Kali Linux, the passwd utility may already be installed by default.
echo $SHELL
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
nano .zshrc
source .zshrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
nano .zshrc
zsh-autosuggestions zsh-syntax-highlighting
sudo apt install chrome-gnome-shell sudo apt install gnome-tweaks
Visit https://extensions.gnome.org/ in your web browser
- Caffeine
- CPU Power Manager
- Dash to Dock
- Desktop Icons
- User Themes
git clone https://github.com/dracula/gnome-terminal cd gnome-terminal ./install.sh cd
cd Downloads wget https://github.com/dracula/gtk/archive/master.zip sudo unzip master.zip -d /usr/share/themes && sudo mv /usr/share/themes/gtk-master /usr/share/themes/Dracula gsettings set org.gnome.desktop.interface gtk-theme "Dracula" gsettings set org.gnome.desktop.wm.preferences theme "Dracula"
wget https://github.com/dracula/gtk/files/5214870/Dracula.zip sudo unzip Dracula.zip -d /usr/share/icons gsettings set org.gnome.desktop.interface icon-theme "Dracula"