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

dretez/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

A collection of various configuration files

Installing

[ WARNING ] This command will overwrite any file that already exists in this repository, like your .bashrc, make sure to backup your files before running this command.
Run this command in your home directory to install everything automatically.

git clone --no-hardlinks --no-checkout https://github.com/dretez/.dotfiles.git tmp &&
mv tmp/.git/ . &&
rm -rf tmp/ &&
git restore --staged . &&
git restore . &&
git submodule update --init --recursive --remote

Maintaining

This command will pull both new commits from this repository, as well as from all submodules. Should any submodules have new commits, remember to commit the updated submodules to this repository.

git fetch &&
git pull &&
git submodule update --remote --merge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0