Repo containing helper shell scripts to install all the necessary packages while setting up desktop or servers. It mostly contains tools/packages that i use on daily basis.
-
bensh.sh
System benchmarking (for both desktop or server)wget -O - https://dl.mrinal.xyz/x/bench.sh | bash
-
desktop/setup.sh
Desktop setup scriptwget -O - https://dl.mrinal.xyz/x/desktop/setup.sh | bash
- List of packages it installs
git, zip, zsh,gcc,htop,make,unzip,libc-dev,mitmproxy,libffi-dev, terminator, python3-pip, python3-dev, dconf-editor, gnome-tweaks, libxml2-utils, build-essential, apt-transport-https, indicator-multiload, gnome-shell-extensions
- Setting up the default terminal
sudo update-alternatives --config x-terminal-emulator
- Setting up custom
zsh
promptEnablingwget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
zsh
shell as defaultthen, /bin/zsh # enter in the promptchsh
- Installs flat icon theme from snwh
- Run docker without
sudo
sudo usermod -aG docker ${USER} su - ${USER} id -nG sudo usermod -aG docker ${USER}
- List of packages it installs
-
server/setup.sh
Server setup scriptwget -O - https://dl.mrinal.xyz/x/server/setup.sh | bash
- List of packages it installs on server
git, zip, zsh, gcc, curl, htop, make, unzip, nginx, libc-dev, libffi-dev, python3-pip, python3-dev, libxml2-utils, build-essential, apt-transport-https
- Rest other setting if required can be followed from above.
- List of packages it installs on server
- Debian Based Machine
- Redhat Based Machine
- Mac Based Machine