Skip to content

My dotfiles: (Neovim + Zsh + Tmux) optimized for Python & React development 🤑

License

Notifications You must be signed in to change notification settings

richin13/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

A collection of configuration files for the tools/programs I use in my day to day programming journey.

This dotfiles provide configurations for Zsh, Neovim, Tmux, Alacritty (and some more). This configurations are "optimized" for developing in Python and Typescript (mainly React).

The color scheme used everywhere is Dracula.

Alacritty-ZSH-Tmux

Neovim-Treesitter-DraculaTheme

Pre-flight checks

Make sure to install:

And these xstow xsel using your package manager

Installation

Just clone the repo and run Make

$ git clone [email protected]:richin13/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ make dotfiles

Aftermath

Troubleshoot

You might run into some issues when running make dotfiles. Under the hood, make will execute xstow to create the symlinks to the dotfiles. First make sure you have installed xstow

# When in LinuxMint (or any Debian based distro)
$ sudo apt install -y xstow

Another issue you might run into is xstow not being able to create the symlinks. This happens when the files already exists in you home directory and are not symlinks. Make sure to backup your existing dotfiles before proceeding.

License

See LICENSE

About

My dotfiles: (Neovim + Zsh + Tmux) optimized for Python & React development 🤑

Topics

Resources

License

Stars

Watchers

Forks