I'm writing this here because a few things in here are spesific to this model laptop.
Dell XPS 15 9560 (4k) touch screen
Most things after setup are not specific for this laptop
# = run as root
$ = run as normal user (you)
| xdg-open "$1" &> /dev/null & |
| # Sagi Dayan - Makefile | |
| # 2014-2015 | |
| # compiler - for C++ change to g++ | |
| CC=gcc | |
| # compile arguments | |
| CFLAGS+=-c -g -Wall | |
| # linker flags |
| [user] | |
| name = Sagi Dayan | |
| email = sagidayan@gmail.com | |
| [color] | |
| # Use colors in Git commands that are capable of colored output when | |
| # outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.) | |
| ui = auto | |
| [color "branch"] | |
| current = yellow reverse |