diff --git a/.gitignore b/.gitignore index 395203e..2ee3e03 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,15 @@ dotfiles/.local/share/zoxide/ dotfiles/.config/hypr/card dotfiles/.icons/index.theme neovide_backtraces.log -dotfiles/.config/hypr/monitors.conf + +dotfiles/.config/alacritty +dotfiles/.config/ghostty + +dotfiles/.config/gBar +dotfiles/.config/hyprpanel +dotfiles/.config/waybar + +dotfiles/.config/ranger +dotfiles/.config/lf +dotfiles/.config/yazi +dotfiles/.config/nvim diff --git a/makedir.sh b/makedir.sh index 08a298a..be36040 100755 --- a/makedir.sh +++ b/makedir.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ─< Helper functions >───────────────────────────────────────────────────────────────── function echo_error() { echo -e "\033[0;1;31mError: \033[0;31m\t${*}\033[0m"; }