Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 587 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 587 Bytes

Asepnur's Dotfiles

this is personal general configuration file

Available Configuration

  • vim using package manager
  • zsh
  • tmux

Installation

this installation is using bare repository method

  1. create dotfile alias
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  1. clone repository
git clone --bare https://github.com/asepnur/.dotfiles  $HOME/.dotfiles
  1. checkout to apply dotfile repository
dotfile checkout
  1. exec the following command to hide untracked file
dotfile config --local status.showUntrackedFiles no