Warning
DEPRECATION WARNING!!! I USE NIX NOW
#? ubuntu
sudo apt install git -y
#? arch
sudo pacman -S git
#? all
chsh -s /bin/bashcd && git clone https://github.com/barsikus007/config --depth 1 && cd -#? all
cd ~/config/ && git pull && ./linux/install.sh && cd -
setup_ubuntu
setup_arch
#? others
setup_linux