Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 628 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 628 Bytes

.dotfiles

getting started

cd ~
git clone --recurse-submodules https://github.com/M3NIX/.dotfiles.git && cd .dotfiles
./install.sh

configuration

  • to install all neovim plugins run nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
  • to select a base16-theme run b16 <theme> e.g. b16 google-dark
  • keyboard layout can be set in x/.xinitrc
  • export your display settings to ~/.screenlayout/config.sh with ARandR
  • set your background image with feh --bg-fill '<path/to/file>'
  • to not track local changes to the gitconfig run git update-index --skip-worktree git/.gitconfig