Merge branch 'master' of vi-di.fr:dotfiles
This commit is contained in:
commit
5457b5add4
8 changed files with 28 additions and 23 deletions
|
@ -12,6 +12,7 @@
|
|||
[alias]
|
||||
st = status
|
||||
ci = commit
|
||||
commti = commit
|
||||
co = checkout
|
||||
br = branch
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ cd ~/.ssh
|
|||
ln -s $WAI/ssh/config ./
|
||||
|
||||
#MUTT
|
||||
if [ ! -d "~/.mutt" ]; then mkdir .mutt/; fi;
|
||||
if [ ! -d "~/.mutt" ]; then mkdir ~/.mutt/; fi;
|
||||
cd ~/.mutt
|
||||
ln -s $WAI/mutt/muttrc ./
|
||||
ln -s $WAI/mutt/killsig ./
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
/*
|
||||
* <+FILENAME+>
|
||||
*
|
||||
* <+DESC+>
|
||||
*/
|
||||
** <+FILENAME+>
|
||||
**
|
||||
** <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* <+FILENAME+> - <+DESC+>
|
||||
*
|
||||
* (C) 2010 - Gillieron Kevin <kevin.gillieron@gw-computing.net>
|
||||
*/
|
||||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
package <+NAME+>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
/*
|
||||
* <+FILENAME+>
|
||||
*
|
||||
* <+DESC+>
|
||||
*/
|
||||
** <+FILENAME+>
|
||||
**
|
||||
** <+DESC+>
|
||||
**
|
||||
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
class <+CLASSNAME+> {
|
||||
public static void main(String[] argv) {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
* <+FILENAME+>
|
||||
*
|
||||
* Author : Kevin Gillieron <kevin.gillieron@gw-computing.net>
|
||||
* Description : <+DESC+>
|
||||
*
|
||||
* vim: set ts=4 sw=4 noet:
|
||||
*/
|
||||
** <+FILENAME+>
|
||||
**
|
||||
** Author: Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
** Description: <+DESC+>
|
||||
**
|
||||
** vim: set ts=4 sw=4 noet:
|
||||
*/
|
||||
|
||||
<+CODE+>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue