1
Watch
0
Star
1
Fork
0
Issue

Configuration files for Windows and Windows programs.

lucypero
lucypero
pushedAt 3 weeks ago

lucypero/config-files-windows

Lucy's Windows configuration files

This was done following the instructions for how to version configuration files from this article.

I talk about programming on windows here

Main Programs I use for development

  • Sublime Text and Clion for text/code editing and navigation.
  • Sublime Merge for managing Git repositories.
  • Nushell as my shell.
  • Windows Terminal as my terminal emulator.

Installation

  • Run this on Powershell:

    (WARNING: This will override all the files already in the system that have the same name as the ones on this repository.)

cd
Set-Alias config ConfigGit
function ConfigGit {
git --git-dir=$HOME/.cfg/ --work-tree=$HOME $args
}
git clone --bare https://github.com/lucypero/config-files-windows.git $HOME\.cfg
config checkout --force
config config --local status.showUntrackedFiles no
Install-Module -Force PSReadLine # (optional). This is only if you want dropdown autocomplete on Powershell
  • Reload the shell.