Skip to content

miketsprague/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

For use in codespaces

Setup

Make sure that VSCode knows to start zsh when you open a new terminal and sources the profile correctly. So in settings:

    "terminal.integrated.defaultProfile.linux": "zsh",
    "terminal.integrated.profiles.linux": {
        "zsh": {
            "path": "/bin/zsh",
            "args": [
                "-l",
                "-i"
            ]
        }
    },
    "terminal.integrated.automationProfile.linux": {
        "path": "/bin/zsh"
    },

Then sometimes it takes a sec when it's starting up.

About

For use in codespaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages