Skip to content

BanhmiDev/dotfiles-legacy

Repository files navigation

dotfiles-legacy

This repository is not maintained anymore. Check out this repository instead.

Packages

Arch Linux and Debian related configurations can be installed by using the provided Makefile.

$ make archbuild
$ make debianbuild

Dotfiles

Cloning

Recursively clone this repository (needed for emacs configurations).
$ git clone --recursive https://github.com/gimu/dotfiles.git

Requirements

Stow should be available via your package manager.

  • $ sudo pacman -S stow
  • $ sudo apt-get install stow
  • $ yum install stow

Optionally clone it from source and build it.

Usage

Stow will create symlinks for files in the parent directory from where you executed the command. Therefore, the cloned repository should be placed in your home directory ~/dotfiles, you will otherwise have to use the -d flag with the repository location.

Examples (executed in ~/dotfiles)

Installing emacs configurations: $ stow emacs.
Uninstalling emacs configurations: $ stow -D emacs.

About

Old Arch Linux and Debian configuration files; more up-to-date version at https://github.com/gimu/dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published