Skip to content

Instantly share code, notes, and snippets.

View tatarianBarbarian's full-sized avatar
⚜️
Per rectum ad astra

Feliks Khafizov tatarianBarbarian

⚜️
Per rectum ad astra
View GitHub Profile
@tatarianBarbarian
tatarianBarbarian / update-git.sh
Created September 20, 2021 08:07 — forked from YuMS/update-git.sh
Update git to latest version on Ubuntu
#!/bin/bash
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git -y
sass/
|
|– base/
| |– _reset.scss # Reset/normalize
| |– _typography.scss # Typography rules
| ... # Etc…
|
|– components/
| |– _buttons.scss # Buttons
| |– _carousel.scss # Carousel