Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 694 Bytes

File metadata and controls

53 lines (33 loc) · 694 Bytes

Archive

Install Config

Warning

DEPRECATION WARNING!!! I USE NIX NOW

Deps

#? ubuntu
sudo apt install git -y

#? arch
sudo pacman -S git

#? all
chsh -s /bin/bash

Clone

cd && git clone https://github.com/barsikus007/config --depth 1 && cd -

Install/Update

#? all
cd ~/config/ && git pull && ./linux/install.sh && cd -

setup_ubuntu

setup_arch

#? others
setup_linux