Skip to content

⚈ Dotfiles are the customization files that are used to personalize your Linux or other Unix-based system. This repository contains my personal dotfiles.

License

Notifications You must be signed in to change notification settings

w3samiulazim/dotfiles

Repository files navigation

                              .___      __    _____.__.__
                            __| _/_____/  |__/ ____\__|  |   ____   ______
                           / __ |/  _ \   __\   __\|  |  | _/ __ \ /  ___/
                          / /_/ (  <_> )  |  |  |  |  |  |_\  ___/ \___ \
                          \____ |\____/|__|  |__|  |__|____/\___  >____  >
                               \/                               \/     \/

                    This repository contains personal dotfiles of Samiul Azim.

Dotfiles

Used Applications


Clone these dotfiles into a new computer

I manage my dotfiles with a bare git repository and would encourage you to do the same. How to? clone this github repository

  • create a folder in your home directory
mkdir dotfiles
  • clone this github repository as bare
git clone --bare https://github.com/w3samiulazim/dotfiles.git $HOME/dotfiles
  • define the alias in the current shell scope.
alias dotfiles='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
  • run this command if the alias is placed correctly in your shell.
dotfiles config --local status.showUntrackedFiles no
  • checkout the actual content from the git repository to your $HOME
dotfiles checkout

Awesome! You’re done.

About

⚈ Dotfiles are the customization files that are used to personalize your Linux or other Unix-based system. This repository contains my personal dotfiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published