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
| # arcturus | |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ | |
| # Optionally, if you set this to "random", it'll load a random theme each | |
| # time that oh-my-zsh is loaded. | |
| ZSH_THEME="kphoen" | |
| eval $(dircolors ~/.dircolors) # dircolors -p > ~/.dircolors |
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
| " arcturus | |
| " choose colorscheme according to vim version | |
| syntax on | |
| set t_Co=256 | |
| set gfn=DejaVu\ Sans\ Mono\ 11 | |
| "set gfn=DejaVu\ LGC\ Sans\ Mono\ 11 | |
| " No highlight search | |
| set nohls | |
| " No error bell | |
| set noeb |
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
| " ishikawa | |
| " choose colorscheme according to vim version | |
| syntax on | |
| set t_Co=256 | |
| set gfn=DejaVu\ Sans\ Mono\ 11 | |
| "set gfn=DejaVu\ LGC\ Sans\ Mono\ 11 | |
| " No highlight search | |
| set nohls | |
| " No error bell | |
| set noeb |
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
| # ishikawa | |
| # Path to your oh-my-zsh configuration. | |
| ZSH=$HOME/.oh-my-zsh | |
| module () | |
| { | |
| eval `/usr/bin/modulecmd bash $*` | |
| } | |
| module load git/1.7.6 | |
| module load ruby/1.9.3-p125 |
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
| set-option -g prefix C-a | |
| setw -g mode-keys vi | |
| # THEME | |
| set -g status-bg black | |
| set -g status-fg white | |
| set -g status-interval 1 | |
| set -g status-left-length 100 | |
| set -g status-left '[#S:#I.#P]#[fg=green]#T#[default]' |
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
| \documentclass[]{beamer} | |
| \usepackage[francais]{babel} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage[babel=true,kerning=true]{microtype} % for tikz command plot [domain=a:b] (problem with : and frenchbabel) | |
| \usepackage{bibentry} | |
| \usepackage{epigraph} | |
| \setlength{\epigraphwidth}{\textwidth} | |
| \newcommand*\elide{\textup{[\,\dots]}} | |
| \newcommand{\newfontsize}{\fontsize{6pt}{7.2}\selectfont} | |
| %#1 : Auteurs ; #2 : Titre ; #3 : Journal ; #4 : Volume ; #5 : numero ; #6 : pages ; #7 : année |
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
| \AtBeginSection[] | |
| { | |
| \begin{frame}[plain] | |
| \tableofcontents[currentsection, section=show/shaded, subsectionstyle=show/show/hide, subsubsectionstyle=show/show/show/hide] | |
| \end{frame} | |
| } |
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
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| [receive] | |
| denyCurrentBranch = warn | |
| [remote "ishikawa"] | |
| url = ishikawa:/Bis/home/bougui/presentations/doc_20140317_audition-Pasteur | |
| uploadpack = /c5/shared/git/1.7.6/bin/git-upload-pack |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.