Skip to content

Configuration files for various programs I use, such as emacs, vim, zsh and git.

License

Notifications You must be signed in to change notification settings

drrlvn/config-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dca00f6 · Feb 5, 2024
Mar 30, 2021
Oct 3, 2018
Feb 21, 2021
Jun 8, 2018
Jul 30, 2018
Jun 18, 2017
Feb 5, 2024
Mar 18, 2020
Jan 31, 2024
Feb 12, 2018
Jul 9, 2018

Repository files navigation

Table of Contents

About

Screenshot

A collection of configuration file for git, tmux and others, as well as various plugins/packages as git submodules.

See also my emacs, vim and fish configs.

I mostly assembled bits and pieces over time as the need grew, but some sources served as inspiration and deserve explicit credit:

Usage

Install scripts are provided for some configurations that are a bit harder to setup. They are deliberately kept separated so that users can pick and choose and are not forced to use everything.

Install script always get an optional path to where this repository is cloned and default to ~/config-files.

You can either clone using:

git clone --recursive git://github.com/drrlvn/config-files.git

Or clone as usual and then run:

git submodule update --init --recursive

Git

Run the script install-git.sh <REPO_PATH>.

Tmux

Run the script tmux/install.sh <REPO_PATH>.