Giter Site home page Giter Site logo

d3athang3l / xfce Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 47.33 MB

Grundlegende Programme und Anpassungen für Arch Linux.

License: GNU Affero General Public License v3.0

Shell 78.40% Python 21.03% CSS 0.57%
linux xfce4 ly ohmyzsh purify refind vala-panel-appmenu yay zsh

xfce's Introduction

Optisches Setup für XFCE

GitHub commit activity GitHub repo size GitHub repo file count GitHub

Installation von Programmen

Die grundlegend wichtigsten Programme werden installiert. Unwichtige, vorinstallierte Programme werden gelöscht.

sudo pacman -Syyu firefox plank zsh ranger tilix refind nautilus geany git engrampa
sudo pacman -R xfce4-terminal mousepad
sudo nano /etc/nanorc

Syntax-Highlighting aktivieren


YAY - AUR-Helper

cd /opt/
sudo git clone https://aur.archlinux.org/yay
sudo chown -R leon:wheel yay/
cd yay
makepkg -si
cd ~
sudo rm -r yay/

ZSH and Oh My ZSH

chsh -s /usr/bin/zsh
sudo chsh -s /usr/bin/zsh
zsh
bash install.sh
cp -r Plugins/* ~/.oh-my-zsh/custom/plugins
cp .zshrc ~
source ~/.zshrc

Vala Panel

sudo pacman -S gobject-introspection
yay -S vala-panel-appmenu-common-git vala-panel-appmenu-registrar-git 
yay -S vala-panel-appmenu-xfce-git
yay -S appmenu-gtk-module-git
xfconf-query -c xsettings -p /Gtk/ShellShowsMenubar -n -t bool -s true
xfconf-query -c xsettings -p /Gtk/ShellShowsAppmenu -n -t bool -s true
  • AppMenü zu Leiste hinzufügen

Themen

Kopieren sie die Themen, Icon-Pakete und Fonts in die Systemverzeichnisse. Nutzen sie wenn nötig sudo.

mkdir ~/.themes
mkdir ~/.icons
cp -r Themen/* ~/.themes
cp -r Icons/* ~/.icons
sudo cp Fonts/* /usr/share/fonts
cd Icons/Borealis-cursors
sudo bash install.sh
cd -

XFCE: macOS Light, macOS Dark, BigSur-Icons, Catalina-Icons, Borealis-Cursors


Kopieren sie die Hintergünde in den backgrounds-Ordner.

sudo cp -r Wallpaper/* /usr/share/backgrounds/

Installieren sie das WhiteSur-Thema für Firefox.

cd WhiteSur-firefox-theme && bash install.sh && cd ..

von VinceLiuice

Erstellen sie einen Rand von 16p im Terminal.

cp gtk.css ~/.config/gtk-3.0/

Purify Farbschemen

Farbschemen für ZSH, Ranger und Tilix.

Erstellen der passenden Verzeichnisse für Ranger und Tilix

mkdir ~/.config/ranger/colorschemes
mkdir ~/.config/tilix/schemes

Kopieren sie nun die Datein in ihr Verzeichnisse.

cp Purify/purify.zsh-theme ~/.oh-my-zsh/custom/themes/	  # ZSH
cp Purfiy/default.py ~/.config/ranger/colorschemes/	  	  # Ranger
cp Purify/purify.json ~/.config/tilix/schemes			  # Tilix

xfce's People

Contributors

d3athang3l avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.