Skip to content

My dotfiles. Feel free to copy-paste, I did too.

Notifications You must be signed in to change notification settings

notsungod/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my dotfiles

Installation

!!! This will delete your .bashrc

echo ".cfg" >> .gitignore &&
git clone -q --bare https://github.com/notsungod/dotfiles $HOME/.cfg &&
rm .bashrc &&
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout &&
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME config --local status.showuntrackedfiles no &&
git clone https://github.com/gpakosz/.tmux.git $HOME/.tmux &&
ln -s ".tmux/.tmux.conf" "$HOME/.config/tmux/tmux.conf" &&
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm &&

About

My dotfiles. Feel free to copy-paste, I did too.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published