Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.57 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.57 KB

Dotfiles

Configuration files for zsh, bash, vim, tmux, git, and VSCode

Table of Contents

Installation

Clone the git repository:

git clone https://github.com/nirantak/dotfiles.git ~/dotfiles

Install necessary dependencies

brew install git curl wget vim zsh tmux
# OR
sudo apt update && sudo apt install -y git curl wget vim zsh tmux

Or for full system setup, see repo nirantak/infra-automation. Run any of the bootstrap scripts.

Install additional software (Included in bootstrap scripts)

Run the setup script

~/dotfiles/setup.sh

Old dotfiles are backed up in ~/dotfiles/dotfiles_old

Screenshots

  • Zsh

zsh

  • Vim

vim

References