Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 781 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 781 Bytes

My dotfiles

Inspirations

Requirements

  • Stow

Configurations stored in this repository

  • i3
  • tmux
  • zsh

Cretate dotfiles from github repository

Clone the git repository:

$ git clone git@github.com:mimosinnet/.dotfiles.git

Change to the dotfiles directory and stow the needed packages:

$ cd dotfiles
$ stow i3
$ stow nvim
$ stow tmux
$ stow zsh

Add dotfiles

  • Create a folder with related dotfiles (package).
  • Add files in the package
  • Create the symlinks in the $HOME directory.

Example:

$ cd .dotfiles
$ mkdir zsh
$ vim zsh/.zshrc
$ stow zsh