Skip to content

koenhausmans/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles:

Installation:

Install all submodules:

To install the submodules, execute:

./scripts/install

Install symlinks:

To install all symlinks in the home directory, execute:

./scripts/bootstrap

Minimal installation:

Add the minimal argument to both the bootstrap as install script, to install minimal versions of the dotfiles.

Making local customizations:

Making (machine) local customizations for some of the tools can be done by editing these files:

  • bash : ~/.bashrc.local
  • git : ~/.gitconfig.local
  • screen : ~/.screenrc.local
  • tmux : ~/.tmux.conf.local
  • vim : ~/.vimrc.local
  • zsh : ~/.zshrc.local

Required packages (Ubuntu):

  • curl
  • git
  • bash
  • python python-pip python-setuptools
  • vim vim-nox
  • zsh
  • tmux
  • exuberant-ctags
  • g++
  • build-essential
  • silversearcher-ag-el

Required packages(Arch Linux):

  • base-devel
  • bash bash-completion
  • ctags
  • zsh
  • vim
  • tmux
  • the_silver_searcher
  • python python-setuptools python-pip
  • mlocate
  • curl
  • git
  • bash-git-prompt
  • wget

Required packages (Nvim):

  • nvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published