Skip to content

bluebrown/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Files

VS Code

On wsl2 the below is required to run the integrated terminal as login shell.

{
    "terminal.integrated.profiles.linux": {
        "bash": {
            "path": "bash",
            "icon": "terminal-bash",
            "args": ["-l"]
        },
    }
}

About

collection of config files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published