Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 628 Bytes

File metadata and controls

30 lines (21 loc) · 628 Bytes

Dotfiles

This is a collection of tools, configuration files, shell aliases, and scripts to setup my dev environment.

Mainly it has:

  • neovim
  • tmux
  • zsh
  • Alacritty
  • git, SSH
  • rsync
  • Emacs (for org-mode backend)
  • and many more things

Usage

If you want to use this, then I recommend to go through the various setup/config files to modify them according to your needs.

IMPORTANT: Remember to edit the gitconfig file, to have your credentials!

Once done modifying, to install the environment, run the install script:

$ ./install

PS: Currently only Arch Linux & Arch-based distros are tested.