dotfiles/init-dotfiles
Philipp a830b625a5
add hyprland config
Adds hyprland, hyprpaper, ironbar config
2024-10-11 17:51:48 +02:00

7 lines
184 B
Bash
Executable file

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