Difference between revisions of "Linux"
From RobolaboWiki
Line 15: | Line 15: | ||
<ul> | <ul> | ||
− | <li> Download from: [[media:vimrc.txt | vimrc ]]. </li> | + | <li> Download from: [[media:vimrc.txt | vimrc ]] and copy it to /etc/vim/ </li> |
+ | <li> Install git </li> | ||
+ | <pre> | ||
+ | apt-get install git | ||
+ | </pre> | ||
+ | |||
+ | <li> Clone the following git for Bundle instala</li> | ||
+ | <pre> | ||
+ | git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle | ||
+ | </pre> | ||
+ | |||
+ | <li> run vim and type: </li> | ||
+ | <pre> | ||
+ | :BundleInstall | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | |||
<h1> Acroread </h1> | <h1> Acroread </h1> | ||
Revision as of 21:35, 22 January 2017
Workspaces
- Use gnome-tweak-tool for defining static workspaces
- Use Workspace Grid extension for arrange in Grid
Vim
Install vim
apt-get install vim
- Download from: vimrc and copy it to /etc/vim/
- Install git
apt-get install git
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
:BundleInstall
Acroread
- apt-get install libxml2:i386
- add-apt-repository "deb http://archive.canonical.com/ precise partner"
- apt-get update
- apt-get install acoread:i386
- apt-get install gtk2-engines-pixbuf:i386