Skip to content

Instantly share code, notes, and snippets.

View 4e4c52's full-sized avatar
🤠
In the West

Nathan Le Ray 4e4c52

🤠
In the West
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="header">
<h1>Header</h1>
</div>
@4e4c52
4e4c52 / clean_fb.rb
Created October 18, 2017 16:14
Batch remove your old Facebook posts
# You must have Ruby
# Install the following gems: capybara, poltergeist and koala
# Install phamtomjs (brew install phantomjs)
# Run with `ruby clean_fb.rb`
require 'koala'
require 'capybara'
require 'capybara/poltergeist'
# Create an Access Token at https://developers.facebook.com/tools/explorer (you may need to create an app)

Keybase proof

I hereby claim:

  • I am 4e4c52 on github.
  • I am oyokoon (https://keybase.io/oyokoon) on keybase.
  • I have a public key ASAMbvnvscxVjq9A3MD3o6JxxB-ITZIeJNPAtbzW1DmrLwo

To claim this, I am signing this object:

@4e4c52
4e4c52 / fish_install.md
Last active August 8, 2024 04:20 — forked from gagarine/fish_install.md
Install fish shell on macOS with Apple Silicon and brew

Installing Fish shell on MacOS

Fish is a smart and user-friendly command line (like bash or zsh). This is how you can nstall it on MacOS and make your defaul shell.

Note that you need the https://brew.sh/ package manager.

You can also download the fish app from their website. I do recomand using brew because update are easier.

Install Fish