Skip to content

Instantly share code, notes, and snippets.

# Ola's ~/.tmux.conf
#
# This config file was originally based on the tmux config that ships with tmux.
# See https://github.com/tmux/tmux/blob/master/example_tmux.conf
#
# It has been modified so that the prefix is <Ctrl>-a and the CapsLock
# key also acts as a Ctrl via an OS keymap change.
#
# On OS X be sure to install 'reattach-to-user-namespace' via brew.
@ooola
ooola / Download-Slack-Profile-Pictures.js
Created August 29, 2023 16:52 — forked from caseywatts/Download-Slack-Profile-Pictures.js
Download Slack Profile Pictures / Images
// 1. Navigate to the Members View
// Enter slack in the browser. https://{insert your team name here}.slack.com/messages/
// Click on the channel you want.
// Click the information icon.
// Expand the members dropdown.
// Click "See All Members"
// 2. Run JS Code To Start
// Copy-paste this whole thing