Skip to content

geidies/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of configuration to be used across computers.

Prerequisites

You should have GNU Stow installed. There is a package for brew, apt, pacman and yum (and possibly others as well, since it is pure perl). Also, the atom text editor should of course be installed if you want to use the configuration for it - also the make tasks won't work if it is not installed. To have the bash prompt operational, install (git-radar)[https://github.com/michaeldfallen/git-radar].

Installation

Clone the directory into a subfolder of the home directory

git clone https://github.com/geidies/dotfiles.git ~/dotfiles

Prepare the installation by checking out the submodules (vim plugins) and installing the atom packages. This is also done my the default target in the Makefile:

make

After that, you can use stow to symlink the various folders into your home dir.

stow vim
stow bash
stow completions
# etc...

Or simply install all the symlinks:

make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published