Go to file
TuDatTr 92639e418d Added nushell
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-10-09 01:17:17 +02:00
config Added nushell 2023-10-09 01:17:17 +02:00
emacs Added local git in gitconfig 2023-10-09 01:10:23 +02:00
resources Updated README.md 2023-04-10 10:32:17 +02:00
vim/.vim Removed vim plugins 2020-11-12 18:21:21 +01:00
zsh Added local git in gitconfig 2023-10-09 01:10:23 +02:00
.gitignore Changes on Wed 07 Sep 2022 10:02:34 PM CEST 2022-09-07 22:02:34 +02:00
LICENSE Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
README.org Updated README.md 2023-04-10 10:32:17 +02:00
_config.yml Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
requirements.txt Bump pillow to 9.5.0 2023-04-10 10:08:02 +02:00

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)
/tudattr/dotfiles/src/commit/92639e418d0652dfb2f353fa565d08b28eb8ad96/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.