Remove vimwiki; add python-dev
This commit is contained in:
parent
8526421418
commit
1b53ebf925
3 changed files with 5 additions and 18 deletions
|
@ -3,7 +3,7 @@ add-apt-repository ppa:pipelight/stable
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install \
|
apt-get install \
|
||||||
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
|
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
|
||||||
mutt-patched offlineimap tmux \
|
mutt-patched offlineimap tmux python-dev python3-dev\
|
||||||
opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \
|
opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \
|
||||||
openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \
|
openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \
|
||||||
python3-sphinx python-sphinx texlive-full \
|
python3-sphinx python-sphinx texlive-full \
|
||||||
|
@ -26,20 +26,11 @@ apt-get install \
|
||||||
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
||||||
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
||||||
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 autogen libtool scons python-espeak \
|
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 autogen libtool scons python-espeak \
|
||||||
numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \
|
numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle\
|
||||||
numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm
|
coffeescript node-less node node-cli node-backbone node-uglify npm
|
||||||
npm install -g jshint
|
npm install -g jshint
|
||||||
npm install -g coffeelint
|
npm install -g coffeelint
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
cd /tmp
|
|
||||||
git clone https://github.com/Nalin-x-Linux/ibus-sharada-braille.git
|
|
||||||
cd ibus-sharada-braille
|
|
||||||
./autogen.sh
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
cd ..
|
|
||||||
rm -rf ibus-sharada-braille
|
|
||||||
|
|
||||||
pipelight-multi --unlock x64-flash
|
pipelight-multi --unlock x64-flash
|
||||||
pipelight-multi --enable x64-flash
|
pipelight-multi --enable x64-flash
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apt-get install \
|
apt-get install \
|
||||||
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
|
openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \
|
||||||
mutt-patched offlineimap tmux \
|
mutt-patched offlineimap tmux python-dev python3-dev \
|
||||||
opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \
|
opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \
|
||||||
openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \
|
openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \
|
||||||
python3-sphinx python-sphinx texlive-full libxml2-dev libxslt1-dev \
|
python3-sphinx python-sphinx texlive-full libxml2-dev libxslt1-dev \
|
||||||
|
|
|
@ -45,7 +45,7 @@ then
|
||||||
gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix Daily"
|
gconftool --type=string --set /desktop/cinnamon/windows/theme "Numix Daily"
|
||||||
gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily"
|
gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily"
|
||||||
gsettings set org.cinnamon.theme name 'Flatty flakes'
|
gsettings set org.cinnamon.theme name 'Flatty flakes'
|
||||||
gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg"
|
#gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg"
|
||||||
gsettings set org.cinnamon.desktop.background picture-options 'stretched'
|
gsettings set org.cinnamon.desktop.background picture-options 'stretched'
|
||||||
gsettings set org.cinnamon.desktop.background color-shading-type 'solid'
|
gsettings set org.cinnamon.desktop.background color-shading-type 'solid'
|
||||||
gsettings set org.cinnamon.desktop.background primary-color '#000000'
|
gsettings set org.cinnamon.desktop.background primary-color '#000000'
|
||||||
|
@ -120,10 +120,6 @@ git clone https://github.com/vim-scripts/css3-mod.git ~/.vim/bundle/css3-mod
|
||||||
rm -rf ~/.vim/bundle/vim-less
|
rm -rf ~/.vim/bundle/vim-less
|
||||||
git clone https://github.com/groenewege/vim-less.git ~/.vim/bundle/vim-less
|
git clone https://github.com/groenewege/vim-less.git ~/.vim/bundle/vim-less
|
||||||
|
|
||||||
# Install vimwiki
|
|
||||||
rm -rf ~/.vim/bundle/vimwiki
|
|
||||||
hg clone https://code.google.com/p/vimwiki/src ~/.vim/bundle/vimwiki
|
|
||||||
|
|
||||||
# Install notes plugin
|
# Install notes plugin
|
||||||
rm -rf ~/.vim/bundle/misc
|
rm -rf ~/.vim/bundle/misc
|
||||||
git clone https://github.com/xolox/vim-misc.git ~/.vim/bundle/misc
|
git clone https://github.com/xolox/vim-misc.git ~/.vim/bundle/misc
|
||||||
|
|
Loading…
Reference in a new issue