random shit
This commit is contained in:
parent
92f6df3f73
commit
ac141dd8be
6 changed files with 18 additions and 16 deletions
|
@ -35,15 +35,15 @@ while true; do
|
|||
echo "full speed"
|
||||
REFRESH=10
|
||||
elif [ $TEMP -lt 46 ]; then
|
||||
set_fan 0
|
||||
set_fan 1
|
||||
echo "lt 46"
|
||||
REFRESH=10
|
||||
elif [ $TEMP -lt 56 ]; then
|
||||
set_fan 1
|
||||
set_fan 3
|
||||
echo "lt 56"
|
||||
REFRESH=5
|
||||
elif [ $TEMP -lt 66 ]; then
|
||||
set_fan 3
|
||||
set_fan 4
|
||||
echo "lt 66"
|
||||
REFRESH=4
|
||||
elif [ $TEMP -lt 70 ]; then
|
||||
|
|
2
bashrc
2
bashrc
|
@ -618,7 +618,7 @@ export HISTCONTROL=erasedups
|
|||
export HISTSIZE=999999
|
||||
# }}}
|
||||
export PATH="$HOME/opt/cross/bin:$PATH"
|
||||
export PATH="/home/frank/.gem/ruby/2.0.0/bin/:$PATH"
|
||||
export PATH="$HOME/.gem/ruby/2.2.0/bin:$PATH"
|
||||
export PYTHONSTARTUP=~/Programmation/dotfiles/startup.py
|
||||
|
||||
#Launch startx when login
|
||||
|
|
|
@ -129,11 +129,11 @@ ln -s $WAI/signature ./.signature
|
|||
ln -s $WAI/gitconfig ./.gitconfig
|
||||
ln -s $WAI/vacation.msg ./.vacation.msg
|
||||
|
||||
#deploy_for_desktop
|
||||
deploy_for_desktop
|
||||
#deploy_encryption
|
||||
deploy_vim
|
||||
deploy_ssh
|
||||
#deploy_mutt
|
||||
deploy_mutt
|
||||
|
||||
|
||||
cd ~
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
/**
|
||||
* @file <+FILENAME+>
|
||||
* @brief <+DESC+>
|
||||
*
|
||||
* 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
** <+FILENAME+> - <+DESC+>
|
||||
**
|
||||
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
/**
|
||||
* <+FILENAME+>
|
||||
* @brief <+DESC+>
|
||||
* 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
||||
*/
|
||||
|
||||
#ifndef <+HEADERNAME+>
|
||||
#define <+HEADERNAME+>
|
||||
|
|
|
@ -75,3 +75,4 @@ environnementalement
|
|||
irradiance
|
||||
d'irradiance
|
||||
relayage
|
||||
renewability
|
||||
|
|
Loading…
Reference in a new issue