Skip to content

rcj-siteimprove/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Getting started

Setup SSH with GitHub

Generate a new key and upload it to GitHub.

EMAIL="114920418+rcj-siteimprove@users.noreply.github.com"
KEY_FILE="$HOME/.ssh/id_ed25519"
if [ ! -f "$KEY_FILE" ]; then
  ssh-keygen -t ed25519 -C "$EMAIL" -f "$HOME/.ssh/id_ed25519" -N ""
  eval "$(ssh-agent -s)"
  ssh-add ~/.ssh/id_ed25519
fi

Install git

sudo apt install git -y

Clone this repo

git clone git@github.com:rcj-siteimprove/dotfiles.git ~/dotfiles

Run install script

cd ~/dotfiles
./install.sh

Change shell

chsh -s $(which zsh)

Install fzf

The .zshrc requires version 0.48.0 or later. If the APT package is older, install it manually with git.

Install wezterm

Install neovim

Install nvm

Install Tmux Plugin Manager

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors