8000 GitHub - berkctezc/.dotfiles: my dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

berkctezc/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Managing dotfiles

Requirements

stow, git

# Brew (Darwin or Linux)
brew install git stow
# Arch Linux
sudo pacman -Sy git stow --noconfirm
# Debian or Ubuntu
sudo apt install git stow -y

Initialization

  • Dump all desired config etc. files to a folder created with a name you wish

  • use command stow .

    • I would recommend you to use --ignore='.DS_Store' if on mac
  • Initialize git repository and go on

Restoration from remote repository

# clone and enter directory
git clone https://github.com/berkctezc/.dotfiles
  && cd .dotfiles;
# adopt command is for solving conflicts between
# already existing files and the ones you pulled
stow . --adopt;
# after adopting use git reset to overwrite existing
# files with the ones from the repo
git reset --hard;

About

my dotfiles

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0