dotfiles/README.org

927 B

.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)
/tudattr/dotfiles/src/commit/6f310e484edf04b87cc817d0e4444c18bd55c673/resources/23-04-10_10-30-18-alacritty.png
Neofetch

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

License

This project is licensed under the GPL-3.0 License - see LICENSE file for details.