.dotfiles

A repository containing the dotfiles I use

Getting Started

Prerequisites

Installation

Clone this repository within your home directory

cd $HOME
git clone https://github.com/achyuta116/.dotfiles

Run the install script via your shell

cd .dotfiles
zsh install

Or alternatively stow the required config files manually

stow nvim alacritty #... The directory names of the configs you'd like to use

Features

Note The script works within a regular terminal session, within tmux sessions and within neovim running in tmux sessions

Warning You cannot be within a regular terminal window running neovim to use this script