Skip to content

stefanqin/dotfiles

Repository files navigation

Stef's dotfile storage just in case his house gets raided by the feds

Note To install everything properly, do the following:

  1. Install the module in root:
cd ~
git clone --recursive git@github.com:stefanqin/dotfiles.git
  1. Symlink everything with the following command (still in root):
sh ~/dotfiles/symlink_all.sh
  1. 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

  1. 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

About

Dotfiles for easy porting to new comps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors