Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ashwinjadhav818/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashwin's dotfiles

Cover

More Screenshots
Example 1

GlazeWM/Komorebi + YASB 8 GlazeWM/Komorebi + YASB 9

Example 2

GlazeWM + Zebar 6 GlazeWM + Zebar 1 GlazeWM + Zebar 2

Example 3

GlazeWM + Zebar 3 GlazeWM + Zebar 4 GlazeWM + Zebar 5

Configurations

Vim (NeoVim & LunarVim) config

Requires Neovim (>= 0.9)

  • LunarVim - Fast IDE layer for Neovim with awesome plugins already installed.

Fish config

Zsh config

PowerShell config

Steps to install

Linux

  1. Clone this repository to your home directory.
# Using gh
gh repo clone ashwinjadhav818/dotfiles ~/.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/ashwinjadhav818/dotfiles.git ~/.dotfiles
  1. Create symlinks in the Home directory to the real files in the repo.
stow .

Windows

  1. Clone this repository to your home directory.
# Using gh
gh repo clone ashwinjadhav818/dotfiles $HOME\.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/ashwinjadhav818/dotfiles.git $HOME\.dotfiles
  1. Create symlinks in the Home directory to the real files in the repo.
cd $HOME/.dotfiles
./dotfiles.ps1