This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Hosted on gist.github.com | |
| export WILDCARD_RELEASE=1.0.0 | |
| wget --no-check-certificate --content-disposition https://github.com/stephlm2dev/wildcard.conf/archive/$WILDCARD_RELEASE.zip --directory-prefix=$TMPDIR | |
| unzip $TMPDIR/wildcard.conf-${WILDCARD_RELEASE}.zip -d $TMPDIR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf | |
| set-option -g status-bg colour235 #base02 | |
| set-option -g status-fg colour136 #yellow | |
| set-option -g status-attr default | |
| # set window split | |
| # bind-key v split-window -h | |
| # bind-key b split-window | |
| # default window title colors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <CsoundSynthesizer> | |
| <CsOptions> | |
| ;-odac ; rendement temps réel | |
| -o sonG.wav -W ; sortie dans un fichier wav | |
| </CsOptions> | |
| <CsInstruments> | |
| sr=44100 | |
| ksmps=40 |