Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.31 KB

Dotfiles

Installation

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

git clone git@github.com: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