-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhome.sh
More file actions
24 lines (21 loc) · 725 Bytes
/
home.sh
File metadata and controls
24 lines (21 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!bin/bash
rm ~/.proxy_status
echo "WITHOUT PROXY" > ~/.proxy_status
#echo "Matando kopete"
#killall "kopete"
echo "Cambiar a modo proxy"
. ~/scripts/to_proxy.sh
echo "Configurar monitores"
sh scripts/configure_monitor.sh DER
#sh scripts/configure_monitor.sh DUAL VGA2 1920x1080 DER
echo "Limpiar jboss"
ruby ~/scripts/limpiar_standalone.rb
echo Iniciando chrome
nohup google-chrome 'http://inbox.google.com/' 'http://www.stackoverflow.com/' &
#echo Iniciando kopete
#cp /home/arturo/.kde4/share/config/kopeterc_withoutavolpe /home/arturo/.kde4/share/config/kopeterc
#kopete &
#pidgin &
#yakuake-session -t 'WIKI' -q -e vim ~/.dropbox/Dropbox/wiki/index.wiki
#yakuake-session -t 'CenterIM' -q -e centerim5
rm ~/.last_dir