add hyprland config

Adds hyprland, hyprpaper, ironbar config
This commit is contained in:
Philipp 2024-10-11 17:51:48 +02:00
parent 5fabdedefc
commit a830b625a5
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
7 changed files with 595 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Setup .zshrc folder in .config for zsh to work
echo 'ZDOTDIR=$XDG_CONFIG_HOME/zsh/' >> /etc/zsh/zshenv
echo 'ZDOTDIR=$HOME/.config/zsh/' >> /etc/zsh/zshenv
# Create folder for history
mkdir -p $(dirname "$HISTFILE")