Skip to content

Instantly share code, notes, and snippets.

View zufrieden's full-sized avatar

Marc Friederich zufrieden

View GitHub Profile
@zufrieden
zufrieden / install_new_mac
Last active October 12, 2019 19:58
Up and running OSX
## Install Homebrew
`$./ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
## Add Cask
`brew tap caskroom/cask`
## Install softs
`brew cask install choosy` ou https://github.com/johnste/finicky
`brew cask install google-chrome`
<div id="mc_embed_signup">
<form action="https://impacthub.us2.list-manage.com/subscribe/post?u=58439c3e5de534a2591f7a2ba&amp;id=a98d416894" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

Keybase proof

I hereby claim:

  • I am zufrieden on github.
  • I am zufrieden (https://keybase.io/zufrieden) on keybase.
  • I have a public key ASASvD5Bo1XJAAhB9qvIE6_5Nc5KfJqRUeVIAgEq6ixuAAo

To claim this, I am signing this object:

{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/zuff.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
/* CSS pour le comportement par défaut : 980px de large + IE */
/* CSS pour les grands écrans et navigateurs modernes */
@media (min-width: 1200px) {
}
/* CSS pour le comportement mobile */
@media (max-width: 767px) {
@zufrieden
zufrieden / gist:3163186
Created July 23, 2012 11:38
bash_profile
#Alias
alias ll="ls -al"
alias goas="cd /Users/mfh/Documents/antistatique.net/mandats/"
alias svnup="svn up --ignore-externals"
alias svnst="svn st --ignore-externals"
alias vhosts="subl /etc/apache2/extra/httpd-vhosts.conf ; subl /etc/hosts"
alias phpini="subl /usr/local/etc/php.ini"
alias showHidden="defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder"
alias hideHidden="defaults write com.apple.finder AppleShowAllFiles FALSE ; killall Finder"
@zufrieden
zufrieden / gist:3162301
Created July 23, 2012 06:39
Tarifs HEP
<h2>Voiture (B/BE)</h2>
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Forfait th&eacute;orie (tous les lundis soirs, min. 4 soir&eacute;es, CD, Livre)</td>
<td class="prix" style="text-align: right;">CHF 200.-</td>
</tr>
</tbody>
</table>
<h3>Le&ccedil;on de pratique (par p&eacute;riode)</h3>
@zufrieden
zufrieden / gist:3097880
Created July 12, 2012 12:44 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@zufrieden
zufrieden / triangles.css
Created July 10, 2012 09:26
Triangle in CSS
.my-triangle{
border-color: transparent transparent @blue10 transparent;
border-style:solid;
border-width: 8px;
width: 0;
height: 0;
}
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAlc4VoUDmxZIHhEksv+ppYfykazAnZJ9eXWg3cfBPQAsb42JZcpzSnGMHjEngzLc9GmhWfsATh2sRnjmipdlKtkJ0kR+60K2j8bCiRKN3lBm3DtNJS7jpblvgG5AbBFlQv/f8Uev7jYJ4xHtvBHmRN4rh1yfe9kN8AJyoqwsJsCqqp8ta2CtJv/BTPOoTOCRZZc+np6auNNpkE9lA8a7QyAHMPpvDdavMNX8197rR9QtXxHtqrPaY8ejxmwL596x1Upj8VQ45ZqEs6WX7Jpghz9f0EYPlTix9kseE0zW0H3wrf3YTHNuraHuE1AnvyRYO9U2D+U+w1H2FenhmjM/vfw== thefried+github@gmail.com