vedant-204 / dotfiles_stow

Repo contains dotfiles of my arch linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I USE ARCH BTW


S-1 S-2

Setup Info

Here are some details about my setup:

Installation

Clone the repository into your $HOME directory

git clone https://github.com/vedant-204/dotfiles_stow.git ~

Run stow to symlink everything or just select what you want

cd dotstow/base/ && stow */  -t ~

stow Everything (\*/ ignores the README or any file)
flags -t ~ implies , target directory is $HOME

$ pwd
/
└ home
  └ phy
    └ dotfiles_stow
      └ base

stow zsh -t ~
# for zsh config
nvim -c ':PlugInstall' -c ':qall'
# install all neovim plugins and exit

About

Repo contains dotfiles of my arch linux

License:GNU General Public License v3.0


Languages

Language:Vim Script 78.2%Language:Shell 21.8%