An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# **Windows and Linux Dotfile's🧑‍💻**

![Terminal Preview](./assets/terminal.png)
![Nvim Preview](./assets/nvim.png)

## **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]_