Skip to content

JourneyCodesAyush/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal configuration files and setup scripts. Currently contains Windows setup only - more platforms may be added later (when I use them).


What's inside

  • windows/ - PowerShell scripts for setting up a new Windows machine
  • nvim/ - Neovim config (LazyVim)
  • vscode/ - VS Code settings and extensions list

Setup on a new Windows machine

Note

Must be run as Administrator

1. Install Chocolatey

.\windows\install-chocolatey.ps1

2. Install packages

.\windows\choco-packages.ps1

3. Install global packages

.\windows\global-package.ps1

4. Create symlinks

.\windows\symlinks.ps1

VS Code extensions

To restore extensions:

Get-Content vscode\extensions.txt | ForEach-Object { code --install-extension $_ }

To export current extensions:

code --list-extensions > vscode\extensions.txt

License

Files have their respective licenses

MIT

About

Config files for different platforms I work on

Topics

Resources

License

Stars

Watchers

Forks

Contributors