As configured in my dotfiles.
start new:
tmux
start new with session name:
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |
body { | |
background-color: #205081; | |
} | |
table, form, input, td, th, p, textarea, select { | |
font-family: Arial, sans-serif; | |
font-size: 12px; | |
} | |
h1, h2, h3, h4, h5, h6 { |
As configured in my dotfiles.
start new:
tmux
start new with session name:
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |