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

tlietz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Importing config

mv .tmux.conf .tmux.conf.old

mv .bashrc .bashrc.old

mkdir ~/.dotfiles

git init --bare ~/.dotfiles

alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'

dotfiles branch -M main

dotfiles checkout main

dotfiles config status.showUntrackedFiles no

dotfiles remote add origin https://github.com/tlietz/dotfiles.git

dotfiles pull origin main

About

The original article that inspired thus workflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0