Skip to content

vinisilvag/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository keeps all dotfiles (configuration files in general) that I use in my daily basis workflow (e.g., Neovim, tmux, and others).

Requirements

To reproduce you should have installed in your machine:

I'm not sure about specific packages that need to be installed for Neovim, tmux, etc; work. So, for now, you (me in the future) will need to figure it out to make things work.

Git

$ sudo apt install git

Stow

$ sudo apt install stow

Installation

Firstly, clone the repo in your $HOME directory using git

$ git clone [email protected]/vinisilvag/dotfiles.git
$ cd dotfiles

and then use GNU stow for create all the symlinks for the configuration files. The default usage is stow package_name. An example is:

$ stow nvim
$ stow tmux
$ stow zsh

To load all tmux plugins, install tpm and run prefix + I.

About

My config/dotfiles for tmux, nvim, emacs, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published