Skip to content

crmitchelmore/dotfiles2

 
 

Repository files navigation

Installation

Your first step is to clone this repository:

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

Manual Installation

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

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

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
stow .gnupg -t ~/.gnupg

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.1%
  • Vim Script 24.2%
  • Ruby 3.7%