Skip to content

themrinalsinha/pkg_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐧 Linux Package Managing Scripts

DEPLOY ( dl.mrinal.xyz/x/ )

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.

Documentation

  • bensh.sh System benchmarking (for both desktop or server)

    $ wget -O - https://dl.mrinal.xyz/x/bench.sh | bash
    
  • desktop/setup.sh Desktop setup script

    $ wget -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 prompt
      $ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
      Enabling zsh shell as default
      $ chsh
      $ /bin/zsh # enter in the prompt
    • Installs flat icon theme from snwh
    • Run docker without sudo
      $ sudo usermod -aG docker ${USER}
      $ su - ${USER}
      $ id -nG
      $ sudo usermod -aG docker ${USER}
  • server/setup.sh Server setup script

    $ wget -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.

Support

  • Debian Based Machine
  • Redhat Based Machine
  • Mac Based Machine

About

🐧 linux packages manager contains helper shell scripts to automatically install and configure desktops or servers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages