Skip to content

Instantly share code, notes, and snippets.

View dreyfus92's full-sized avatar
🌮
taco scripting

Paul Valladares dreyfus92

🌮
taco scripting
View GitHub Profile
@dreyfus92
dreyfus92 / macos-tmux-256color.md
Created April 15, 2023 06:30 — forked from bbqtd/macos-tmux-256color.md
Installing tmux-256color for macOS

Installing tmux-256color for macOS

  • macOS 10.15.5
  • tmux 3.1b

macOS has ncurses version 5.7 which does not ship the terminfo description for tmux. There're two ways that can help you to solve this problem.

The Fast Blazing Solution

Instead of tmux-256color, use screen-256color which comes with system. Place this command into ~/.tmux.conf or ~/.config/tmux/tmux.conf(for version 3.1 and later):

@dreyfus92
dreyfus92 / push-to-someone-elses-pr.md
Created April 14, 2023 23:09 — forked from wtbarnes/push-to-someone-elses-pr.md
Brief instructions for how to modify and push to someone else's PR on github

How to Push to Someone Else's Pull Request

Let's say contributor has submitted a pull request to your (author) project (repo). They have made changes on their branch feature and have proposed to merge this into origin/master, where

origin -> https://github.com/author/repo.git

Now say you would like to make commits to their PR and push those changes. First, add their fork as a remote called