Skip to content

gormanstock/dotfiles

 
 

Repository files navigation

Neal K's Dotfiles

Dotfile repository for nkaviratna

Either follow the install guide below, or use the dockerfile to create an image (meant for gitpod usage)


Prereqs

Setup

  1. clone repository to /home/nkaviratna/.dotfiles
  2. intialize and update zprezto submodule and it's own submodules
  3. create symlinks listed below
  4. run compaudit in zsh to ensure no permissions / ownership needs to change

Symlinks:

  • ln ~/.dotfiles/zprezto ~/.zprezto -s -b && ls ~/.zprezto -lsa
  • ln ~/.dotfiles/zshrc /home/nkaviratna/.zprezto/runcoms/zshrc -s -b && ls /home/nkaviratna/.zprezto/runcoms/zshrc -lsa
  • ln ~/.dotfiles/zshrc ~/.zshrc -s -b && ls ~/.zshrc -lsa
  • ln ~/.dotfiles/zsh ~/.zsh -s -b && ls ~/.zsh -lsa
  • ln ~/.dotfiles/bashrc ~/.bashrc -s -b && ls ~/.bashrc -lsa
  • ln ~/.dotfiles/gitconfig ~/.gitconfig -s -b && ls ~/.gitconfig -lsa
  • ln ~/.dotfiles/zpreztorc ~/.zpreztorc -s -b && ls ~/.zpreztorc -lsa
  • ln ~/.dotfiles/tmux.conf ~/.tmux.conf -s -b && ls ~/.tmux.conf -lsa

Gorman's Fork

small aliases I like

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • TypeScript 1.5%
  • CSS 0.7%
  • Shell 0.5%
  • HTML 0.3%
  • C 0.0%