Skip to content

Instantly share code, notes, and snippets.

View Sebbestune's full-sized avatar
😄
Coding & Teaching

Sebastian Lindgren Sebbestune

😄
Coding & Teaching
View GitHub Profile
## Intention to create a small script with the setup needed to make on a new macbook
## Sebastian Lindgren 11.02.2020
curl https://raw.githubusercontent.com/github/gitignore/master/Global/macOS.gitignore -o ~/.gitignore
git config --global core.excludesfile ~/.gitignore
---------GIT RELATED --------------
git log --pretty=format:"[%h] %ae, %ar: %s" --stat
---------TERMINAL RELATED ---------
sudo find / -type d -name "name"
@Sebbestune
Sebbestune / myvimrc
Last active November 1, 2019 10:32
Vimrc trying to achieve maximum productivity (no specific rules)
" This vimrc comes from trying to get the highest workflow possible. I will
" try to combine all that I've learned. I'll not try to be minimal or maximal.
" I'll use some plugins I find useful but try to limit it to those plugins
" that don't give to hard of a performance hit and that increase my
" productivity.
"- Sebastian Lindgren 2019-11-01
set nocompatible "Makes this vim not compatible with vi, allowing extra functionality to happen
filetype plugin on
"Used to enable syntax highlighting