Skip to content

Instantly share code, notes, and snippets.

View dnlbox's full-sized avatar
always learning

Daniel Veronez dnlbox

always learning
View GitHub Profile
@jaidetree
jaidetree / config.el
Last active June 11, 2020 21:55
[WIP] My Eamcs Doom config
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "Jay Zawrotny"
user-mail-address "jayzawrotny@gmail.com")
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing
@dnlbox
dnlbox / apps.md
Created December 16, 2013 22:03 — forked from felipesabino/apps.md
  1. System Preferences -> Security -> Allow apps to be installed from anywhere
  2. iTerm2
  3. Jumpcut
  4. xcode - from App Store
  5. open xcode to install xcode components
  6. install command line tools
  7. homebrew
  8. update brew: $ brew update
  9. git: $ brew install git
  10. git bash-completion: $ brew install bash-completion
@felipesabino
felipesabino / setup.sh
Last active April 5, 2018 19:52
Mac OS small enhancements
#!/bin/sh
# Sets Terminal to case insensitive
# http://blog.nickburwell.com/blog/2008/11/mac-os-x-terminal-case-insensitive-auto
echo "set completion-ignore-case On" >> ~/.inputrc
# Disables the creation of .DS_Store files on external volumes
# http://danilo.ariadoss.com/how-to-recursively-remove-ds_store-files-on-mac-os-x/
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
# Make Your Keyboard Keys Repeat Properly When Held Down
# http://lifehacker.com/5826055/make-your-keyboard-keys-repeat-properly-when-held-down-in-mac-os-x-lion