Skip to content

forscht/sh

Repository files navigation

Collection of shell scripts I'm using to setup my daily drivers on new machine

Install docker on Debian

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/debian/docker.sh)"

Generate ssh-rsa key for access to github

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/gen_github_key.sh)"

Install cascdia[Microsoft terminal fonts] fonts

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/cascdia_font.sh)"

Install oh my zsh on debian based distor with auto-complete plugin

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/oh_my_zsh_debian_ubuntu.sh)"

Install nodejs v12 on debian based distro

bash -c "$(wget -O- https://raw.githubusercontent.com/forscht/sh/master/node12_debian_distro.sh)"

Install nodejs v16 on debian based distro

bash -c "$(wget -O- https://raw.githubusercontent.com/forscht/sh/master/node16_debian_distro.sh)"

Install latest docker on ubuntu 18.04 based distro

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/ubuntu1804/docker_ubuntu_based_distro.sh)"

Install latest docker on ubuntu 20.04 based distro

bash -c "$(wget -O- https://raw.githubusercontent.com/iroguesniper/sh/master/ubuntu2004/docker_ubuntu_based_distro.sh)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages