Skip to content

Instantly share code, notes, and snippets.

@applch
applch / Setapp apps 20170312
Created March 12, 2017 05:02
Setapp apps 20170312
Aeon Timeline : Visual timeline software for creative writing, project and case management
Alternote : The Beautiful Note-taking App for Evernote
App for WhatsApp : The best and most powerful App for using WhatsApp on a Mac.
Archiver : Open, preview, create, and convert archives with this powerful tool on the Mac.
Base : The SQLite editor for macOS
Be Focused : Boost your productivity!
BetterZip : Better archiving for your Mac.
Blogo : Simple, powerful blog editor
Capto : Screen Capture, Recording and Video Editing for Mac
Chronicle : Bill management & reminders
@yannbertrand
yannbertrand / useful-mac-apps.md
Last active March 23, 2017 01:03
The Mac apps I'm using

f.lux - Make the color of your computer's display adapt to the time of day

Bartender - Organize your menu bar apps

Clean My Mac - Cleaning software

Molotov - French live TV and VOD

CyberDuck - Libre FTP, SFTP, WebDAV, S3, Backblaze B2, Azure & OpenStack Swift browser

@davidofwatkins
davidofwatkins / google-fonts-sync-git.md
Last active April 8, 2025 09:11
Keep MacOS Fonts Updated with Google Fonts

Google Fonts suggests syncing fonts to your computer with a tool called SkyFonts. However, if you're running MacOS and want to keep your machine updated with all Google Fonts without any extra software, you can do this with Git, thanks to the Google Fonts Repo.

To do this, run the following in your terminal:

cd ~/Library/Fonts/
git clone --depth 1 https://github.com/google/fonts.git google-fonts

Done! In the future, you can download new fonts by running:

@tmgriffiths
tmgriffiths / Using-GistBox-Natively-on-Mac-OS.md
Last active September 21, 2017 04:01
Using GistBox Natively on Mac OS

Using GistBox Natively on MacOSX

So you've discovered Gists for organising and sharing (pseudo) code snippets, and you've discovered the beautiful GistBox as an interface for your gists. You feel like you just want it as a standalone app though, well...

1. Download and install Fluid

Download fluid to create a Site Specific Browser (SSB) (The free version is fine, but the paid version lets you anchor it in your menubar!). Fluid is an application that makes any web-app you commonly use into a standalone app. For those inclined you can install fluid via Homebrew cask with brew cask install fluid

Once you've installed fluid open the application and enter the following information to set up GistBox and click create.

@w00fz
w00fz / sphp.sh
Last active November 28, 2024 12:37
PHP switcher
#!/bin/bash
# Check if command was ran as root.
if [[ $(id -u) -eq 0 ]]; then
echo "The command \"sphp\" should not be executed as root or via sudo directly."
echo "When a service requires root access, you will be prompted for a password as needed."
exit 1
fi
# Usage
@prenagha
prenagha / init.lua
Created September 30, 2016 00:36
Hammerspoon Config File, Hyper Key, Karabiner-Elements
-- hattip https://github.com/lodestone/hyper-hacks
-- hattip https://gist.github.com/ttscoff/cce98a711b5476166792d5e6f1ac5907
-- A global variable for the sub-key Hyper Mode
k = hs.hotkey.modal.new({}, 'F18')
-- Hyper+key for all the below are setup somewhere
-- The handler already exists, usually in Keyboard Maestro
-- we just have to get the right keystroke sent
function fish_mode_prompt --description 'Displays the current mode'
# Do nothing if not in vi mode
if test "$fish_key_bindings" = "fish_vi_key_bindings"
switch $fish_bind_mode
case default
set_color --bold red
echo 🅽
case insert
set_color --bold green
echo 🅸
@Cloudxtreme
Cloudxtreme / Kwm: binds
Created June 2, 2016 01:28
Kwm related scripts
/* create variables */
define MODE_MANAGER BindingModeSwitcher
define YTD_MODE BindingModeYtd
define SWAP_MODE BindingModeSwap
define TREE_MODE BindingModeTree
define SPACE_MODE BindingModeSpace
define ytc /usr/local/bin/ytc
define ~ /Users/Koe
define terminal open -na /Applications/iTerm2.app
@juno
juno / atom-setup.md
Last active March 12, 2023 21:07
My Atom editor setup.

My Atom editor setup

Atom

Atom Shell Commands

  • Launch Atom and select "Atom - Install Shell Commands" menu to install atom and apm commands
  • Add /usr/local/bin to PATH environment varibale
@ryanoasis
ryanoasis / font-patcher-wip-#56-plus.diff
Created February 23, 2016 16:23
Nerd Fonts: SubFamily font name and name fixes plus additional improvements (WIP)
diff --git a/font-patcher b/font-patcher
index 57bb42b..4c9c6db 100755
--- a/font-patcher
+++ b/font-patcher
@@ -2,20 +2,31 @@
# coding=utf8
# version: 0.6.0
+version = "0.6.0"
+projectName = "Nerd Fonts"