Last active
February 3, 2019 15:16
-
-
Save Pouya-moh/3f4da6d39c61f25d139482888ecd37dc to your computer and use it in GitHub Desktop.
Bootstraping new install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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