Skip to content

flohw/dotfiles

Repository files navigation

Dotfiles

Here are my dotfiles.

Use stow to install packages:

stow --target $HOME --stow <package-name> -v

To uninstall a package:

stow --target $HOME --delete <package-name> -v

Dependencies

Improvements

  • Add a makefile or scripts to install
    • Copy zsh/.config/zsh/environment/environment.dist to zsh/.config/zsh/environment/environment. WARNING This action is manually required.
    • Create a target to init a new package
  • Add git configuration
  • Add tmux configuration
  • Add vim configuration
  • Add i3 configuration
  • Add wallpapers
    • Download wallpapers automatically
    • Service to change wallpaper automatically
  • Add dunst configuration
    • Service to start dunst on startup
  • Add xorg related configuration
    • homedir configuration
    • Add transparency with picom
    • global configuration in /etc
  • Add conky configuration
  • Improve installation of stow packages
  • Autoconfigure stow arguments with a .stowrc file