Skip to content

tjoskar/dotfiles

Repository files navigation

Hemlängtan

Installation

git clone https://github.com/tjoskar/dotfiles.git
cd dotfiles
sh bootstrap.sh # This will change your system. Check the code first!

To update:

sh update.sh

Add custom commands

If ~/.private exists, it will be sourced along with the other files. My ~/.private file looks something like this:

# Git credentials
GIT_AUTHOR_NAME="Oskar Karlsson"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="[email protected]"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"

#SSH
alias tv="ssh [email protected] -p 300"

Thanks to…

About

My dotfiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •