Skip to content

Personal Linux config files. Including dotfiles, scripts, snippets, cheatsheets, etc.

Notifications You must be signed in to change notification settings

MortalHappiness/Linux-config

Repository files navigation

Linux-config

My personal linux configuration files (dotfiles).

Installation

Clone this repository, add or modify configuration files in conf/ folder, and then execute

bash setup.sh install conf/{conf_filename}

This will create several symbolic links from your home directory to this directory based on the rules in the configuration file.

For example, if you only want to use vim configuration, type the following command

bash setup.sh install conf/vim.conf

If there are files to be overwritten, then they will be moved into .backup folder.

Type

bash setup.sh revert

can recover the backup files.

To remove all symbolic links created, run

bash setup.sh remove

See conf/ folder for example configuration file.

About

Personal Linux config files. Including dotfiles, scripts, snippets, cheatsheets, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published