Updated the project

This commit is contained in:
Austen Adler 2014-05-19 12:29:40 -04:00
commit 51d942826b
4 changed files with 111 additions and 1 deletions

65
desktop.txt Normal file
View File

@ -0,0 +1,65 @@
#sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" apps.txt | tr "\n" " ")
#apt-get remove ubuntuone* python3-oneconf
synapse
synaptic
#python3.2
python-pip
python-glade2
#pip install twisted argparse pygments
vim
meld
compiz-plugins-extra
compizconfig-settings-manager
audacity
vlc
gimp
cups-pdf
filezilla
ntp
screen
tmux
subversion
git
orpie
terminator
ffmpeg
winff
youtube-dl
tasksel
#tasksel install lamp-server
php5-json
php5-gd
php-soap
bum
cplay
openssh-server
alien
ubuntu-restricted-extras
lynx-cur
unzip
#openjdk7-jre
docky
curl
wget
kdenlive
gparted
trash-cli
pidgin
diodon
orpie
mysql-workbench
synergy
wireshark
cplay
shutter
wine
sshfs
gtk-redshift
lm-sensors
unetbootin
#clemetine
#IN STARTUP ITEMS: gtk-redshift -l 36.3:-80.3 -t 6500:4000
#sshfs stonewareslord@10.0.1.201:/var/www/ /mnt
#FOR CAFFEINE sudo add-apt-repository ppa:caffeine-developers/ppa
#caffeine
#variety owncloud-client

31
server.txt Normal file
View File

@ -0,0 +1,31 @@
tasksel
php5-gd
php5-curl
openssh-server
lynx-cur
unzip
curl
wget
parted
finch
sshfs
php5-json
php5-gd
orpie
libpython2.6
python-simplejson
vim
python-pip
subversion
php-soap
orpie
aptitude
screen
tmux
git
subversion
ffmpeg
bum
alien
lynx-cur
lm-sensors

12
sync.sh
View File

@ -1,4 +1,4 @@
while getopts :bot option
while getopts :b:o:t:ds option
do
case "$option" in
b)
@ -13,6 +13,16 @@ do
trash ~/.tmux.conf
ln -s ${PWD}/tmux.conf ~/.tmux.conf
;;
d)
#Install desktop applications
echo "Preparing desktop installation"
sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
;;
s)
#Install server applications
echo "Preparing server installation"
sudo apt-get update;sudo apt-get upgrade;sudo apt-get install $(grep -vE "^\s*#" server.txt | tr "\n" " ")
;;
o)
exit 0
;;

4
vimrc
View File

@ -55,6 +55,10 @@ nnoremap U <C-r>
nnoremap K i<CR><Esc>k$
nnoremap <Enter> :w<CR>
"nnoremap s c
vnoremap j gj
vnoremap k gk
vnoremap H ^
vnoremap L $
nnoremap j gj
nnoremap k gk
nnoremap H ^