Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.41 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.41 KB

My Linux Config

Install KDE config and favorite applications

{{distro}} is the current distro you are using

Supported distros are arch, fedora, ubuntu

$ cd ~/.cache
$ clone git [email protected]:sidmoreoss/linux-config.git
$ cd linux-config
$ chmod -R +xr *
$ ./Scripts/kde/{{distro}}/{{distro}}-setup

To only install favorite applications run

{{package manager}} is the package manager for your distro

Supported package managers are pacman, apt, dnf

$ cd ~/.cache
$ clone git [email protected]:sidmoreoss/linux-config.git
$ cd linux-config
$ chmod -R +xr *
$ ./Scripts/common/install_favorites {{package manager}} {{desktop env}}

To install ZSH with Oh-My-Zsh and plugins

$ cd ~/.cache
$ clone git [email protected]:sidmoreoss/linux-config.git
$ cd linux-config
$ chmod -R +xr *
$ ./Scripts/common/install_zsh

Python-pywal (get colors from image)

Python-pywal is a tool to pick colorschemes from wallpapers, it should be installed by Install Favorites script, if not do the following.

$ pip3 install pywal

Configuring Qt themes and effects

Install Kvantum to configure qt applications(should be installed automatically by Install Favorites).

$ sudo pacman --needed -S kvantum-qt5 qt5ct

Visit KDE Store for more themes.