Skip to content

cheginit/dotfiles

Repository files navigation

Dotfiles

The dotfiles are configured based on Regolith-linux.

The dotfiles can be configured as follows:

url='https://gist.githubusercontent.com/cheginit/a5a3bc9dc76eb0aafd40679769abfbef/raw/ubunut20_regolith.sh' && \
wget -O ubuntu_regoligth.sh "${url}" && \
chmod +x ubuntu_regoligth.sh

The script provides you with some options for customizing the installation. Just run ./ubuntu_regoligth.sh -h to see the usage.

After successful execution of the script run the following commands to set zsh as the default shell:

sudo passwd root && \
chsh -s $(which zsh)

Then reboot for changes to take effect.

A list of some of the packages that will be installed with the dotfile installer are provided below:

Also, Firefox-Mod theme will be installed for a more unified and polished look. I find the following Firefox add-ons useful:

Releases

No releases published

Packages

No packages published

Languages