SeeminglyScience / dotfiles

Other
34 stars 3 forks source link

SeeminglyScience's dot files

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

PowerShell

VSCode

VSCode settings are handled with settings sync, but a snapshot is included here for reference.

Also here are my current extensions:

Vim

The neovim init.vim just points to .vimrc below.

Only thing that isn't handled by chezmoi:

Windows Terminal

Git

Apex Legends

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.

Future

In the future I'd like to: