Skip to content

Instantly share code, notes, and snippets.

@JSouthGB
JSouthGB / clean-up-arch-linux.md
Created July 4, 2023 17:34 — forked from rumansaleem/clean-up-arch-linux.md
Instructions to clean up Arch Linux (Manjaro)

Contents

  • Clean pkg cache
  • Remove unused packages (orphans)
  • Clean cache in /home
  • remove old config files
  • Find and Remove
    • duplicates
    • empty files
    • empty directories
  • broken symlinks

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