Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 805 Bytes

README.md

File metadata and controls

65 lines (39 loc) · 805 Bytes

dotfiles

Configuration files for various environments

Requirements

  • git
  • stow

Packages

  • bash
  • git
  • tmux
  • vim
  • zsh

Setup

SSH

Create a new SSH key:

mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t ed25519

Git

Install Git

sudo apt update
sudo apt install git

No more configuration needs to be

stow

Install stow

sudo apt install stow

dotfiles

  1. Clone this repository, usually to ~/.dotfiles

    git clone git@github.com:stn-ptr/dotfiles.git .dotfiles

  2. Link dotfiles stow -d .dotfiles --dotfiles <PACKAGE>

local configuration

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.

ToDo

  • Install script