Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drrlvn/config-files
Configuration files for various programs I use, such as emacs, vim, zsh and git.
https://github.com/drrlvn/config-files
config configuration configuration-files gdbinit git rc-files tmux zsh
Last synced: 23 days ago
JSON representation
Configuration files for various programs I use, such as emacs, vim, zsh and git.
- Host: GitHub
- URL: https://github.com/drrlvn/config-files
- Owner: drrlvn
- License: gpl-3.0
- Created: 2010-01-16T23:48:20.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T15:52:54.000Z (9 months ago)
- Last Synced: 2024-08-07T18:44:42.943Z (3 months ago)
- Topics: config, configuration, configuration-files, gdbinit, git, rc-files, tmux, zsh
- Language: Shell
- Homepage:
- Size: 1.62 MB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents #
* [About](#about)
* [Usage](#usage)
* [Git](#git)
* [Tmux](#tmux)# About #
![Screenshot](screenshot.png)
A collection of configuration file for git, tmux and others, as well as various plugins/packages as
git submodules.See also my [emacs](https://github.com/drrlvn/.emacs.d), [vim](https://github.com/drrlvn/.vim) and
[fish](https://github.com/drrlvn/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 `.
## Tmux ##
Run the script `tmux/install.sh `.