Skip to content

jsal13/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfile

This directory is maintained as a dotfile repository.

Quickstart

Warning Make sure you have SSH credentials which will let you clone from github!

  1. Go into your home directory.

  2. Run the following commands:

    git init
    git checkout -b main
    git remote add origin git@github.com:jsal13/dotfiles
    git pull origin main
    cd configs && ./wsl_init.sh
    sudo chsh -s /usr/bin/zsh
  3. Restart your terminal.

Note I'm unsure why sudo chsh -s /usr/bin/zsh doesn't work in the ./wsl_init.sh file, but it doesn't. It must be run manually.

Adding a File / Directory

Use git add -f (your file/dir).

Releases

No releases published

Packages

No packages published

Languages