https://github.com/karthik558/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.
https://github.com/karthik558/windowslinuxconfig
bash-profile clink-config dotfiles nvim nvim-configs powershell-scripts starship-prompt windows-terminal-configure
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/karthik558/windowslinuxconfig
- Owner: karthik558
- License: mit
- Created: 2022-12-01T05:12:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T07:39:25.000Z (about 3 years ago)
- Last Synced: 2025-07-31T10:50:10.555Z (5 months ago)
- Topics: bash-profile, clink-config, dotfiles, nvim, nvim-configs, powershell-scripts, starship-prompt, windows-terminal-configure
- Language: Vim Script
- Homepage:
- Size: 1.96 MB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Windows and Linux Dotfile's🧑💻**


## **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](https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D?hl=en-in&gl=in)
- Download and Setup Starship Prompt from [Starship Website](https://starship.rs/)
- Download and Setup NeoVim from [NeoVim Website](https://neovim.io/)
- Download Clink for setting up Starship prompt on CMD [Clink Website](https://chrisant996.github.io/clink/clink.html)
- 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]_