/dotfiles

em xin nha

Primary LanguageLua

Dotfiles

dotfiles image

Installing

You will need git and GNU stow

Clone into your $HOME directory or ~

git clone https://gitlab.com/ldquan/dotfiles.git ~

Run stow to symlink everything or just select what you want

stow */ # Everything (the '/' ignores the README,setup file)
stow zsh # Just my zsh config

Setup and install packages

./setup.sh

Programs

An updated list of all the programs I use can be found in the programs directory

Environment

/etc/environment

  GTK_IM_MODULE=ibus
  QT_IM_MODULE=ibus
  XMODIFIERS=@im=ibus

Reference

  • Awesome WM: Mostly from Redhound with some personal modifications
  • Neovim: Some ideas from Lunarvim