Skip to content

Instantly share code, notes, and snippets.

View tadelv's full-sized avatar
💭
🦙

Vid Tadel tadelv

💭
🦙
View GitHub Profile
@tadelv
tadelv / perfectelementary.bash
Created December 23, 2015 10:46
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
@tadelv
tadelv / urlsafari
Created November 2, 2019 01:33 — forked from kshiteesh/urlsafari
This AppleScript saves all the tabs open in all Safari windows to a Markdown file.
(*
Export All Safari Tabs in All Open Windows to a Markdown File
July 13, 2015
// SCRIPT PAGE
http://hegde.me/urlsafari
// ORIGINAL SCRIPT ON WHICH THIS SCRIPT IS BUILT
http://veritrope.com/code/export-all-safari-tabs-to-a-text-file

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: