Skip to content

d3athang3l/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config

GitHub commit activity GitHub repo size GitHub repo file count GitHub

Setup GitHub-Projects

sh -c "$(wget -O- https://raw.githubusercontent.com/Pfeffimann18/config/main/ArchInstall)"


yay AUR-Helper

git clone https://aur.archlinux.org/yay && cd yay
makepkg -si
cd .. && rm -r yay/


Themes, Icons and Cursor

git clone https://github.com/vinceliuice/WhiteSur-gtk-theme && cd cd WhiteSur-gtk-theme
./install.sh
./install.sh -t red
./install.sh -t green
git clone https://github.com/vinceliuice/McMojave-circle && cd McMojave-circle
./install.sh
./install.sh -red
./install.sh - green
git clone https://github.com/vinceliuice/WhiteSur-icon-theme && cd WhiteSur-icon-theme
./install.sh
./install.sh -t red
./install.sh -t green
yay -S apple_cursor
sudo mkdir /usr/share/fonts/custom
sudo cp Fonts/* /usr/share/fonts/custom
sudo mkdir /usr/share/wallpaper
sudo cp Wallpaper/* /usr/share/Wallpaper

Additionally the Catppuccin wallpapers from my other Repo


Firefox

mkdir ~/.mozilla/firefox/*.default-release/chrome
cp firefox/userChrome.css ~/.mozilla/firefox/*.default-release/chrome
git clone https://github.com/vinceliuice/WhiteSur-firefox-theme.git && cd WhiteSur-firefox-theme
./install.sh -a
cp Macchiato.css ~/.mozilla/firefox/firefox-themes/Monterey/colors/dark.css
cp Frappe.css ~/.mozilla/firefox/firefox-themes/Monterey/colors/dark.css



ZSH-Alias

alias ls='logo-ls'
alias uhr='tty-clock -s -c -B -C1'
alias v='alacritty --config-file=.config/alacritty/alacritty-nvim.yml -e nvim'

alias zconfig='nvim ~/.zshrc'
alias zsource='source ~/.zshrc'
alias bspwmconf='nvim ~/.config/bspwm/bspwmrc'
alias sxhkdconf='nvim ~/.config/sxhkd/sxhkdrc'
alias sxrestart='pkill -USR1 -x sxhkd'
alias firefox-pv='firefox --private-window'

Neofetch

Neofetch (default) Neofetch (Terminal)
Neofetch Neofetch"

Programme


Neovim - IDE

yay -S neovim
rm -r ~/.config/nvim
cp -r nvim ~/.config/nvim

Grundlegende Programme

sudo pacman -S firefox nvim thunderbird neofetch git code python-spotdl conky

GTK Apps

sudo pacman -S file-roller thunar nautilus tilix

Qt5 Apps

sudo pacman -S gwenview dolphin ark konsole kshutdown spactacle

CLI Apps

sudo pacman -S neovim alacritty btop rofi emacs ranger
yay -S emacs
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install

Doom Emacs Purify

Medien

sudo pacman -S gimp vlc rhythmbox audacity
yay -S davinci-resolve

sonstige Anpassungen

ls with Icons

yay -S logo-ls
alias ls=logo-ls
which ls
grep -r 'alias[ \t]\+ls' ~ /etc

You can also use exa --icons.


Picom with rounded Corners and Animations

yay -S picom-animations-git
picom -b --experimental-backends --backend glx --blur-method none --animations --animation-for-open-window zoom --vsync &

Qt5-Config

Install qt5ct and add QT_QPA_PLATFORMTHEME=qt5ct to /etc/environment. If needed comment QT_STYLE_OVERRIDE=kvantum.

Pacman

cp alacritty.yml ~/.config
cp picom.conf ~/.config/

Open /etc/pacman.conf and add ParallelDownloads = 5, Color and ILoveCandy.

Touchpad - Tippen um zu Klicken

sudo cp 30-touchpad.conf /etc/X11/xorg.conf.d/
  • to activate the left click by tapping on the touchpad

LY - Displaymanager

LY is a lightweight display manager in a console design.

yay -S ly
sudo systemctl disable lightdm.service
sudo systemctl enable ly.service



rEFInd - Bootmanager

Installs the rEFInd boot manager and the macOS theme.

refind-install
sudo cp -r refind/Catppuccin /boot/efi/EFI