Skip to content

Dotfiles management solution for my personal usage

Notifications You must be signed in to change notification settings

niamotullah/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  • clone with all submodules

    export DOTFILES=$HOME/.dotfiles
    git clone --recurse-submodules https://github.com/niamotullah/dotfiles.git $DOTFILES
  • deploy from cloned directory

    cd $HOME/.dotfiles
    ./deploy.sh
  • make sure to install and change the default shell of the current user

    apt install zsh -y
    chsh -s $(which zsh) $USER

About

Dotfiles management solution for my personal usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages