Skip to content

Instantly share code, notes, and snippets.

@Pouya-moh
Last active February 3, 2019 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pouya-moh/3f4da6d39c61f25d139482888ecd37dc to your computer and use it in GitHub Desktop.
Save Pouya-moh/3f4da6d39c61f25d139482888ecd37dc to your computer and use it in GitHub Desktop.
Bootstraping new install
https://github.com/Pouya-moh/.emacs.d.git ~/.emacs.d
cd ~/.emacs.d && mkdir etc && cd etc
git clone https://github.com/Pouya-moh/yamt-theme.git
git clone https://github.com/targzeta/move-lines.git
## linux
wget 'https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete.ttf?raw=true' -O DejaVu\ Sans\ Mono\ Nerd\ Font\ Complete.ttf
wget 'https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Italic/complete/DejaVu%20Sans%20Mono%20Oblique%20Nerd%20Font%20Complete.ttf?raw=true' -O DejaVu\ Sans\ Mono\ Oblique\ Nerd\ Font\ Complete.ttf
wget 'https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Bold/complete/DejaVu%20Sans%20Mono%20Bold%20Nerd%20Font%20Complete.ttf?raw=true' -O DejaVu\ Sans\ Mono\ Bold\ Nerd\ Font\ Complete.ttf
wget 'https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Bold-Italic/complete/DejaVu%20Sans%20Mono%20Bold%20Oblique%20Nerd%20Font%20Complete.ttf?raw=true' -O DejaVu\ Sans\ Mono\ Bold\ Oblique\ Nerd\ Font\ Complete.ttf
## mac
# Install wget via homebrew. The problem of curl is with URL decoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment