my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
894 B

3 years ago
  1. # My dotfiles
  2. User-specific application configuration is traditionally stored in so called [dotfiles](https://en.wikipedia.org/wiki/dotfile) (files whose filename starts with a dot). It is common practice to track dotfiles with a [version control system](https://wiki.archlinux.org/title/Version_control_system) such as [Git](https://wiki.archlinux.org/title/Git) to keep track of changes and synchronize dotfiles across various hosts.
  3. ![](./theme.png)
  4. ## Installation
  5. **Note:** Installer-script is in the works. In order to apply the themes just copy the folders to its specific location
  6. ````bash
  7. git clone https://github.com/botchGNU/dotfiles.git
  8. bash install.sh
  9. ````
  10. ## Used materials
  11. - xfce-superkey
  12. - [DemonCloud's Vim Dotfiles](https://github.com/DemonCloud/dotfile)
  13. - [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh)
  14. - [WinXP icon theme pack](https://store.kde.org/p/1215836/)
  15. -