/WindowsLinuxConfig

This is a set of my personal configuration files for Windows and Linux systems, including system settings, utilities, and customizations that I have found useful. These files can be used as a starting point for setting up a new system or customizing an existing one.

Primary LanguageVim ScriptMIT LicenseMIT

Windows and Linux Dotfile's🧑‍💻

Terminal Preview Nvim Preview

This dotfiles includes

  • PowerShell Config's
  • Starship Prompt Config's
  • NeoVim Config's
  • Clink Config's
  • Windows Terminal Config's
  • Wsl Config's
  • Neofetch Config's
  • Terminator Config's

Download and setup configs

  • Download Powershell this PowerShell from Microsoft Store
  • Download and Setup Starship Prompt from Starship Website
  • Download and Setup NeoVim from NeoVim Website
  • Download Clink for setting up Starship prompt on CMD Clink Website
  • Install neofetch on Linux using sudo apt-get install neofetch for Debian based Distros and sudo pacman -S neofetch for Arch Based Distros
  • Install Terminator on Debian Based Linux using sudo apt-get install terminator for Arch based Linux use this sudo pacman -S terminator

Default Example locations for setting configs

  • PowerShell - C:\Users\karth\OneDrive\Documents\PowerShell
  • Starship - C:\Users\karth\.starship
  • NeoVim - %LocalAppData%\nvim\
  • Clink - %LocalAppData%\clink\
  • WindowsTerminal - %LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
  • Wsl - C:\Users\karth
  • Neofetch - ~/.config/neofetch [Linux]
  • Terminator - ~/.config/terminator [Linux]