/dotfiles-VE

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

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

🎨 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