Stef's dotfile storage just in case his house gets raided by the feds
Note To install everything properly, do the following:
- Install the module in root:
cd ~
git clone --recursive git@github.com:stefanqin/dotfiles.git
- Symlink everything with the following command (still in root):
sh ~/dotfiles/symlink_all.sh
- Re-install all relevant vim plugins:
vim .
(in vim): :PlugClean
(in vim): :PlugInstall
Stef's dotfiles are now ready for use!
P.S To install sudo, follow this link: http://stackoverflow.com/a/21024592
Additional Notes
- Installing dependencies:
sudo apt update
sudo apt upgrade
sudo apt install python3-pip
pip install -r requirements.txt
To add alias for desktop on windows powershell in linux subsystem for windows:
cd ~
alias desktop="/mnt/c/Users/stefa/Desktop/"
To enter the desktop, use:
cd $desktop