Skip to content

LarsEckart/dotfiles

Repository files navigation

Dotfiles

Installation

Quick installation guide, backs up original dot files and stores them out of the way in a git ignored directory.

git clone [email protected]:LarsEckart/dotfiles.git ~/.dotfiles

mv ~/.bash_profile ~/.dotfiles/backups/
ln -s ~/.dotfiles/.bash_profile ~/.bash_profile

mv ~/.bashrc ~/.dotfiles/backups/
mv ~/.gitconfig ~/.dotfiles/backups/

ln -s ~/.dotfiles/.bash_logout ~/.bash_logout
ln -s ~/.dotfiles/.bashrc ~/.bashrc
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.gitattributes ~/.gitattributes
ln -s ~/.dotfiles/.gitignore_global ~/.gitignore_global
ln -s ~/.dotfiles/.hushlogin ~/.hushlogin
ln -s ~/.dotfiles/.vimrc ~/.vimrc

Setup for multiple git identities is also described here.

Fonts

  • Jetbrains Mono

Others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published