Go to file
TuDatTr 5a477518d1 Bump pillow to 9.5.0
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-04-10 10:08:02 +02:00
config Added git roam template for ieee papers 2023-04-10 10:05:35 +02:00
emacs Added git roam template for ieee papers 2023-04-10 10:05:35 +02:00
vim/.vim Removed vim plugins 2020-11-12 18:21:21 +01:00
zsh Replace byobu with zellij 2023-03-06 10:20:51 +01: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.md Updated README.md 2022-01-24 05:06:33 +01: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.md

.dotfiles

These are my personal dotfiles.

Main tools I am currently using are:

  • zsh
  • gvim
  • byobu
  • conky
  • firefox
  • rxvt-unicode
  • dunst
  • highlight
  • i3-gaps
  • neofetch
  • ranger
  • rofi
  • emacs
  • polybar
  • termite

Getting started

To make full use of the dotfiles we need to install the following packages via pacman:

pacman -Syu zsh gvim byobu conky firefox rxvt-unicode dunst highlight i3-gaps neofetch ranger rofi emacs

And the following packages from the AUR: yay -S polybar termite

zsh setup

chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp -r /usr/share/zsh-theme-powerlevel9k $HOME/.oh-my-zsh/themes/powerlevel9k
rm -rf $HOME/.*bash* # optional, but removes all bash related stuff from the home directory

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 vim
stow zsh
stow config

Author

License

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