a046134f7e
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev> |
||
---|---|---|
config | ||
emacs | ||
resources | ||
vim/.vim | ||
zsh | ||
.gitignore | ||
LICENSE | ||
README.org | ||
_config.yml | ||
requirements.txt |
README.org
.dotfiles
These are the personal dotfiles for my laptop.
Main tools I am currently using are (may be out of date):
- alacritty
- emacs (Doom Emacs)
- vim
- nu
- starship
- picom
- i3wm
- zellij
- synthing (as my home directory)
Getting started
Font setup
Since we're using a powerline font we need to install them first.
git clone https://github.com/powerline/fonts.git --depth=1
./fonts/install.sh
rm -rf fonts/
Installing the dotfiles
To deploy the .dotfiles we use the tool stow.
git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow emacs
stow zsh
stow config
Author
- Tuan-Dat Tran - TuDatTr
License
This project is licensed under the GPL-3.0 License - see LICENSE file for details.