fix: some things
This commit is contained in:
parent
563ce9f013
commit
37b518c393
2 changed files with 13 additions and 2 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -24,4 +24,15 @@ dotfiles/.local/share/zoxide/
|
||||||
dotfiles/.config/hypr/card
|
dotfiles/.config/hypr/card
|
||||||
dotfiles/.icons/index.theme
|
dotfiles/.icons/index.theme
|
||||||
neovide_backtraces.log
|
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# ─< Helper functions >─────────────────────────────────────────────────────────────────
|
# ─< Helper functions >─────────────────────────────────────────────────────────────────
|
||||||
function echo_error() { echo -e "\033[0;1;31mError: \033[0;31m\t${*}\033[0m"; }
|
function echo_error() { echo -e "\033[0;1;31mError: \033[0;31m\t${*}\033[0m"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue