Skip to content

Instantly share code, notes, and snippets.

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

#!/bin/bash
# deluge2rtorrent
# deluge handles downloading and initial sorting
# this script is to move everything to rtorrent
# torrents and torrent data only
# torrent info will not be preserved (seed time, etc)
# -P flag and echo because i dont run this unattended
# this is quick and dirty, i have no idea what im doing
@JSouthGB
JSouthGB / 0_reuse_code.js
Created October 1, 2016 02:43
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console