Configuration files for various environments
- git
- stow
- bash
- git
- tmux
- vim
- zsh
Create a new SSH key:
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t ed25519
Install Git
sudo apt update
sudo apt install git
No more configuration needs to be
Install stow
sudo apt install stow
-
Clone this repository, usually to ~/.dotfiles
git clone git@github.com:stn-ptr/dotfiles.git .dotfiles
-
Link dotfiles
stow -d .dotfiles --dotfiles <PACKAGE>
For .bashrc there is a way to add local configurations in ~/.bashrc.local, which is not supposed to be checked in. This file will be sourced if it exists.
- Install script