remove home-manager and some old files

This commit is contained in:
2026-04-20 00:08:47 +01:00
parent 7ed11cbb54
commit 67a1e0ced0
25 changed files with 194 additions and 1393 deletions
+21
View File
@@ -0,0 +1,21 @@
export PATH="$HOME/.local/bin:$PATH"
set -o vi
alias build="./build.sh"
alias emacsd="emacs --daemon"
alias emacsc="emacsclient -c -a 'emacs'"
alias gap="git add -p"
alias gcp="git commit -p"
alias kpx="keepassxc-cli open"
alias ls="ls --color=auto"
alias ll="ls -l"
alias la="ls -lA"
alias new="source \$HOME/.bashrc"
alias newbar="pkill waybar; waybar &disown"
alias ping="ping -c 5"
alias vi="\vim"
alias vim="nvim"
alias ..="cd .."
fastfetch -c $HOME/.config/fastfetch/config.json
+4
View File
@@ -226,6 +226,8 @@
"dankLauncherV2BorderColor": "primary",
"dankLauncherV2ShowFooter": true,
"dankLauncherV2UnloadOnClose": false,
"dankLauncherV2IncludeFilesInAll": false,
"dankLauncherV2IncludeFoldersInAll": false,
"useAutoLocation": true,
"weatherEnabled": true,
"networkPreference": "auto",
@@ -274,11 +276,13 @@
"acSuspendTimeout": 5400,
"acSuspendBehavior": 0,
"acProfileName": "",
"acPostLockMonitorTimeout": 0,
"batteryMonitorTimeout": 0,
"batteryLockTimeout": 0,
"batterySuspendTimeout": 0,
"batterySuspendBehavior": 0,
"batteryProfileName": "",
"batteryPostLockMonitorTimeout": 0,
"batteryChargeLimit": 100,
"lockBeforeSuspend": true,
"loginctlLockIntegration": true,
+1
View File
@@ -1 +1,2 @@
(setq user-emacs-directory (expand-file-name "~/.config/emacs/"))
(setq package-enable-at-startup nil)
+22
View File
@@ -0,0 +1,22 @@
[user]
email = "maloneliam@proton.me"
name = "Liam Malone"
[core]
pager = "diff-so-fancy | less --tabs=4 -RFX"
[interactive]
diffFilter = "diff-so-fancy --patch"
[filter "lfs"]
clean = "git-lfs clean -- %f"
process = "git-lfs filter-process"
required = true
smudge = "git-lfs smudge -- %f"
[gpg]
format = "openpgp"
[color]
ui = true
+3
View File
@@ -0,0 +1,3 @@
enable-ssh-support
grab
default-cache-ttl 1800
+8 -8
View File
@@ -5,11 +5,11 @@
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/documents"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/pictures"
XDG_VIDEOS_DIR="$HOME/videos"
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"