Skip to content

shadowash8/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashwin's dotfiles

hyprland

more screenshots

emacs rofi rmpc terminal qutebrowser

Configurations

Vim (NeoVim & LunarVim) config

Requires Neovim (>= 0.9)

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

Fish config

Zsh config

Steps to install

Linux

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

# ...or use HTTPS and switch remotes later.
git clone https://github.com/shadowash8/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 shadowash8/dotfiles $HOME\.dotfiles

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