Skip to content

Config to be shared across a bunch of computers

Notifications You must be signed in to change notification settings

nikola-da/dotfiles

 
 

Repository files navigation

dotfiles

The git worktree is inspired from organizing dotfiles in a git repository. The rest is just years of collecting stuff.

Initial dotfiles installation

alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
home init
home remote add origin git@github.com:j-martin/dotfiles.git
home fetch
home checkout master
home submodule init
home submodule update

Setup and configuration

Install applications and other configurations.

.setup/setup.sh

About

Config to be shared across a bunch of computers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 40.1%
  • Vim Script 30.6%
  • Lua 12.4%
  • Emacs Lisp 7.7%
  • Awk 4.8%
  • C 2.3%
  • Other 2.1%