/configs

A few config files for different software

Primary LanguageShell

configs

vimrc

Install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

PowerShell

Install-Module oh-my-posh -Scope CurrentUser
Install-Module posh-git -Scope CurrentUser -Force