13atm01 / dotfiles-VE

My first KDE dotfiles with the theme of the anime Violet Evergarden :heart:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 Screenshot Visits

πŸ”— Theme 1

πŸ”— Theme 2

πŸ’» My Setup πŸ’»

  • OS : Fedora 32
  • DE : KDE Plasma
  • Terminal : kitty
  • Shell : zsh
  • Panel : tint2
  • App launcher : rofi
  • File manager : dolphin

πŸ”§ Dotfiles Install

πŸ“ General Config

  • git clone https://github.com/13atm01/dotfiles
  • cd dotfiles/ && cp -r {.*,*} ~/
  • rm -r ~/{README.md,LICENSE,.git} # Delete unnecessary files

πŸ”§ Installation

πŸš€ App launcher rofi

🐧 Fedora

  • sudo dnf install rofi

🐧 Debian/Ubuntu

  • sudo apt-get install rofi

ℹ️ Panel tint2

🐧 Fedora

  • sudo dnf install tint2

🐧 Debian/Ubuntu

  • sudo apt-get install tint2

πŸ’» Terminal kitty

🐧 Fedora

  • sudo dnf install kitty

🐧 Debian/Ubuntu

  • sudo apt-get install kitty

βš™οΈ Shell zsh

🐧 Fedora

  • sudo dnf install zsh
  • chsh -s $(which zsh)  #change default shell to zsh

🐧 Debian/Ubuntu

  • sudo apt-get install zsh
  • chsh -s $(which zsh)  #change default shell to zsh

πŸ“ƒ oh-my-zsh

  • sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

❀️ Credits

About

My first KDE dotfiles with the theme of the anime Violet Evergarden :heart:

License:GNU General Public License v3.0


Languages

Language:HTML 89.7%Language:Shell 10.3%