Skip to content

jteppinette/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checklist

  1. Setup SSH Keys

  2. Install Git

  3. Bootstrap

    $ ./bootstrap.sh
    
  4. Setup Nord Terminal Theme

  5. Install Tmux Plugins

    $ tmux
    Ctrl-b I
    
  6. Install Vim Plugs

    $ vim
    :PlugInstall
    
  7. Set Git Config

    $ git config --global user.email [email protected]
    $ git config --global user.name "Joshua Taylor Eppinette"
    

FAQ

I am getting an error from compinit on each new terminal window. What should I do?

First, determine the list of directories that need to have their security level increased:

$ compaudit

Second, recursively update the permissions of those directories:

$ sudo chmod -R 755 <eg:/usr/local/share>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published