Go to file
Matus Namesny 634232ed31 Merge git.namesny.com:Mathis/dotfiles into desktop/common 2023-01-27 18:48:14 +00:00
.config Add lazyvim 2023-01-26 21:10:59 +01:00
.zsh Add history substring search 2022-01-13 12:54:11 +01:00
.aliases Update aliases 2023-01-26 21:12:24 +01:00
.gitmodules Use ssh for lazyvim submodule 2023-01-27 18:29:46 +00:00
.ideavimrc Update dotfiles 2020-03-20 12:43:45 +01:00
.zshrc Add editor and git editor env variables 2023-01-26 21:12:51 +01:00
README.md Update README 2022-01-20 10:55:59 +01:00

README.md

Dotfiles

My dotfiles. If you want to use them fork or clone the repo. Each branch has specific dotfiles for one of my machines

Requirements

Usage

  • echo ".dotfiles" >> .gitignore
  • git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles
  • alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  • config submodule init
  • config submodule update
  • config checkout
  • source .zshrc

Full Guide