Skip to content

stn-ptr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published