GitXplorerGitXplorer
a

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
227d23046dd24021d953c39af7b434a9151c7e85

More README

aatugushev committed a year ago
Verified
9162337936a3fb3fee856658ae376e510870f582

Add alacritty config

aatugushev committed a year ago
Verified
4996c72d51d66772cfadf20e60fa5ebb14929908

add helix-editor config

aatugushev committed a year ago
Verified
6e2d3816f87503b578e138e4257a1835f437f27a

Add tmux config

aatugushev committed a year ago
Verified
b38c1643329f35c20054986d176b0a048163849a

Add GPG configs

aatugushev committed a year ago
Unverified
58a19e57fd3600ee50eecf8b0c735d4200bef602

Ignore .coverage

aatugushev committed 2 years ago

README

The README file for this repository.

Dotfiles

My personal dotfiles.

Init

git init --bare $HOME/.dotfiles
alias cfg='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
cfg remote add origin git@github.com:atugushev/dotfiles.git
cfg commit -m "Init repo" --allow-empty
cfg push

Setup a new computer

git clone --bare git@github.com:atugushev/dotfiles.git $HOME/.dotfiles
alias cfg='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
cfg checkout