Gerardo Marx Chávez-Campos 211b35c18c | 4 years ago | |
---|---|---|
.emacs | 4 years ago | |
Readme.md | 4 years ago |
clon the repository into your computer, then make a symbolic lynk with the .emacs
file by :
ln -s ./emacs-configuration/.emacs ./.emacs
or if you prefer you can put the full path by:
ln -s /home/gmarx/emacs-configuration/.emacs /home/gmarx/.emacs
gmarx
folder is the user's folder, change for your user's name
Put this Bash script in your home folder and run it to install Source Code Pro. Make it executable with:
chmod +x install-source-code-pro
From your home folder, launch it with:
./install-source-code-pro.sh
This file removes all installation files from the ~/Downloads folder when it's done.
#!/usr/bin/env bash
cd Downloads
wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip
if [ ! -d "~/.fonts" ] ; then
mkdir ~/.fonts
fi
unzip 1.050R-it.zip
cp source-code-pro-*-it/OTF/*.otf ~/.fonts/
rm -rf source-code-pro*
rm 1.050R-it.zip
cd ~/
fc-cache -f -v
udo apt-get update -y
sudo apt-get install -y elpa-pdf-tools