ssd04 / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Vim Script 55.4%Language:Shell 41.5%Language:Makefile 3.0%