This is my configurations repo.
Paste into a terminal:
mkdir -p ~/.local && cd ~/.local && git clone https://github.com/TalAmuyal/my_configs.git && bash ./my_configs/setup.sh
- Enable spell checker for comments and symbols
- Enable Smart tabs (Tabs/spaces for indentation, spaces for alignment)
[remote "origin"]
url = [email protected]:ORG/REPO.git
fetch = +refs/heads/*:refs/remotes/origin/*