Skip to content

dkadev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of my personal dotfiles.

Install

TODO: add installation script

Configuration

Clone this repository:

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

Using GNU Stow (recommended)

Install GNU Stow (if not already installed)

Mac:      brew install stow
Ubuntu:   apt-get install stow
Fedora:   yum install stow
Arch:     pacman -S stow

Then simply use stow to install the dotfiles you want to use:

cd ~/.dotfiles
stow vim
stow tmux

or Manual Installation

Create symbolic links for the configurations you want to use, e.g.:

ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc

Additional configuration

Some of the configurations need additional setup or configuration. If that's the case you can find a README.md file in the application's directory. Make sure to take a look at it to see what else there is to do to make the configuration work on your system.

About

A collection of my personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages