Click to expand
git clone https://github.com/dushyantDevTips/.dotfiles.git
sudo apt update && sudo apt upgrade
Note: You may require to reboot your system for some of the updates to apply
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh) --keep-zshrc"
sudo chmod u+x $HOME/.dotfiles/install.sh
sh $HOME/.dotfiles/install.sh
Note: System will require to reboot for the changes to take effect. So type Y
if script ask for reboot or manually restart the system.
You will require to change fonts for you terminal else the terminal prompt may seem glitched.
To do that go to preferences of your gnome terminal and set FirCode Nerd Font
as custom font setting is your active profile.
Note: The example in Image is taken from Pop_OS
for GNOME Terminal app
for different flavour of linux and applications would be different.
On adding any changes to .zshrc file or .oh-my-zsh/custom[ theme | plugins ] for applying those changes, you need to source the .zshrc file by running following command.
source $HOME/.zshrc
Under development...
- Oh-my-zsh setup for linux.
- Managing config files for linux using GNU Stow.
- System setup script for MacOS.
- Oh-my-zsh setup for MacOS.
- Managing config files for MacOS using GNU Stow.
- List of tools and app I use for development and URL to get them.