KyleMit / dotfiles

Collections of shells, configs, and startup scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of DotFiles / Configs / Settings

TODO

  • Explore Bare Directory / SymLink across folders
  • Sunset gists/cloudSettings
  • Combine with winstall
  • Update Windows Terminal
  • Combine gitconfig
  • Sync Bash History?
  • Ensure Runas Admin
  • Check for existing file and ensure it's hardlinked

    Cannot create a file when that file already exists.

  • Check for Pre-Reqs
    • oh-my-posh
    • nerdfonts
    • autohotkey
      • elg
  • Multi-OS Support?
  • Turn off App Execution Aliases

Icons

Available via Nerd Fonts

  •  - \uf16c
  • ⇡ - \u21e1
  • ⇣ - \u21e3
  • 祥 - \ufa1a
  • ❯ - \u276f
  •  - \uF0E7

Setup

winget install --id=JanDeDobbeleer.OhMyPosh  -e
Invoke-WebRequest get.scoop.sh | Invoke-Expression
scoop bucket add nerd-fonts
scoop install FiraCode-NF
scoop install FiraCode-NF-Mono
setup.bat

Prior Art

About

Collections of shells, configs, and startup scripts


Languages

Language:PowerShell 62.6%Language:Shell 15.7%Language:Batchfile 15.2%Language:AutoHotkey 6.4%