This repo holds my PowerShell profile and various other configuration files. Some of these things I use every day, others may be unfinished or straight up broken. This isn't intended to be a supported product.
Managed with chezmoi
This snippet is mainly for me:
(iwr -useb https://seemingly.dev/install-dots).Content | iex
You'd need to (but probably shouldn't, just use this as reference) do:
$env:NO_SECRETS = 1;(iwr -useb https://seemingly.dev/install-dots).Content | iex
- All profile files
Utility.psm1
(All the functions I use interactively that don't fit into something publishable)- Module installs
VSCode settings are handled with settings sync, but a snapshot is included here for reference.
Also here are my current extensions:
- alefragnani.project-manager
- bungcip.better-toml
- DavidAnson.vscode-markdownlint
- eamodio.gitlens
- EditorConfig.EditorConfig
- Fudge.auto-using
- GitHub.vscode-pull-request-github
- josefpihrt-vscode.roslynator
- ms-azure-devops.azure-pipelines
- ms-dotnettools.csharp
- ms-vscode-remote.remote-containers
- ms-vscode.azure-account
- ms-vscode.cpptools
- ms-vscode.hexeditor
- ms-vscode.powershell-preview
- ms-vscode.vscode-typescript-tslint-plugin
- pascalsenn.keyboard-quickfix
- redhat.vscode-xml
- twxs.cmake
- TylerLeonhardt.vscode-inline-values-powershell
- usernamehw.errorlens
- vitaliymaz.vscode-svg-previewer
- vscodevim.vim
- wwm.better-align
- XadillaX.viml
The neovim init.vim
just points to .vimrc
below.
Only thing that isn't handled by chezmoi:
- Install coc extensions with
:CocInstall extensionname
- coc-powershell
- coc-marketplace
- coc-omnisharp
- coc-json
For apex to execute a config it actually needs to be in ApexInstallDir/cfg
but you can't really manage that well with chezmoi so I have a script to copy it.
In the future I'd like to:
- Document the profile functions
- Remove what doesn't work