Skip to content

jsborjesson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

# Set up an SSH key
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub

# Clone the repo
git clone [email protected]:jsborjesson/dotfiles.git

# To not accidentally commit with the wrong email for work stuff, email is set per repo
git config user.email "[email protected]"

# Ubuntu
sudo apt install stow

# Fedora
sudo dnf install stow xclip
echo ". /usr/share/git-core/contrib/completion/git-prompt.sh" >> ~/.bashrc.local

mv ~/.bashrc ~/.bashrc.bak
stow -vt ~ bash git vim tmux

About

Minimal and portable development environment baseline.

Resources

Stars

Watchers

Forks

Packages

No packages published