Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
jhaubrich / Arch Linux on a macbook.org
Last active December 2, 2022 19:50
Arch Linux on my MacBook 11,3

Arch Linux on a MacBookPro 11,3

Read The Arch Way, fall in.

Still Todo

I can’t believe how smoothly this went…

  • suspend - seems to work after installing gnome, pm-suspend works too… I have my eye on you. <.<
    • systemctl suspend works, but doesn’t wake properly.
  • power management
  • trackpad
--# Main
-- Particle Effect
-- Use this function to perform your initial setup
function setup()
displayMode(FULLSCREEN)
--to get ghost trails
backingMode(RETAINED)
--b=Backup("Particle Fireworks Ver 002")
--# Main
-- Particle Effect
-- Use this function to perform your initial setup
function setup()
displayMode(FULLSCREEN)
--to get ghost trails
backingMode(RETAINED)
--b=Backup("Particle Effect Ver 006")
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"