jemag / dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My personal dotfiles.

Management

Everything is currently managed through stow, hence the current folder hierarchy. To add dotfiles in their proper location, make sure they do not already exist in that location and then simply run the command:

stow {folder_name}

For example:

stow neovim

To remove dotfiles, you can simply use:

 stow -D {folder_name}

This allows keeping the dotfiles properly in the git repo while creating symlinks to the expected location by their respective program.

Screenshots

Neovim + tmux image image

About

Personal dotfiles


Languages

Language:Shell 40.3%Language:Lua 31.4%Language:C 22.4%Language:CSS 2.3%Language:Vim Script 1.1%Language:Roff 1.1%Language:Perl 0.6%Language:Makefile 0.6%Language:JavaScript 0.1%Language:PowerShell 0.0%