Skip to content

Instantly share code, notes, and snippets.

View obrien-k's full-sized avatar
πŸ‘©β€πŸš€

Kyle OBrien obrien-k

πŸ‘©β€πŸš€
View GitHub Profile
@obrien-k
obrien-k / How to connect a PS3 controller.md
Created October 10, 2020 00:09 — forked from hlung/How to connect PS3 controller to a Mac or PC.md
How to connect PS3 controller on Mac OSX, PC

How to connect PS3 controller on Mac OSX, PC, etc.

This is how you connect PS3 controller to Mac OSX, PC, etc. when previously connected to a PS3. You will need a Mini USB cable. Overcome your laziness, get up of your chair, and go get one!

A big misconception is that keep holding PS button will reset the controller's pairing. It DOES NOT! From my testings, the controller keeps paring with the last machine it was CONNECTED VIA A USB CABLE.

Here are the steps:

### Keybase proof
I hereby claim:
* I am obrien-k on github.
* I am 0kyleobrien (https://keybase.io/0kyleobrien) on keybase.
* I have a public key ASChwAer8YATMvh_A3MsgWF_Cl-xu4J9lZ27d2pO0lNvkQo
To claim this, I am signing this object:
@obrien-k
obrien-k / .zshrc
Last active June 16, 2024 15:02
~/.zshrc 0.0.1
# Fetch local machine data
neofetch
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi