Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 518 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 518 Bytes

Dotfiles

This is a collection of dot files I use for my Arch and Ubuntu systems.

The current setup is using: neovim, tmux, i3, and others.. Each config file on the system is a link to the coresponding file in the repo directory.

Setup

The config files can be synced using rsync tool. There are several make command for this:

# Sync all files including directories
make sync-all
# Sync only .config dir
make sync-config
# Sync NeoVim configuration
make sync-nvim