Switch from home-manager to regular dotfiles.
This commit is contained in:
62
dotfiles/.bashrc
Normal file
62
dotfiles/.bashrc
Normal file
@@ -0,0 +1,62 @@
|
||||
export EDITOR="codium";
|
||||
export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ ";
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
# Commands that should be applied only for interactive shells.
|
||||
[[ $- == *i* ]] || return
|
||||
|
||||
HISTFILESIZE=100000
|
||||
HISTSIZE=10000
|
||||
|
||||
shopt -s histappend
|
||||
shopt -s checkwinsize
|
||||
shopt -s extglob
|
||||
shopt -s globstar
|
||||
shopt -s checkjobs
|
||||
|
||||
alias cat='bat'
|
||||
alias cd='z'
|
||||
alias ci='zi'
|
||||
alias code='codium'
|
||||
alias diff='batdiff'
|
||||
alias l='eza -alhM --git --total-size --icons'
|
||||
alias ll='eza -lhiM --git --total-size --icons --tree'
|
||||
alias ls='eza --icons'
|
||||
alias man='batman'
|
||||
alias neofetch='fastfetch'
|
||||
alias ns='nix-shell'
|
||||
alias sudo='sudo -i'
|
||||
alias tree='eza --tree'
|
||||
|
||||
extract() {
|
||||
if [ -f $1 ]; then
|
||||
case $1 in
|
||||
*.tar.bz2) tar xjf $1 ;;
|
||||
*.tar.gz) tar xzf $1 ;;
|
||||
*.bz2) bunzip2 $1 ;;
|
||||
*.rar) unrar e $1 ;;
|
||||
*.gz) gunzip $1 ;;
|
||||
*.tar) tar xf $1 ;;
|
||||
*.tbz2) tar xjf $1 ;;
|
||||
*.tgz) tar xzf $1 ;;
|
||||
*.zip) unzip $1 ;;
|
||||
*.Z) uncompress $1 ;;
|
||||
*.7z) 7z x $1 ;;
|
||||
*) echo "'$1' cannot be extracted via extract()" ;;
|
||||
esac
|
||||
else
|
||||
echo "'$1' is not a valid file"
|
||||
fi
|
||||
}
|
||||
|
||||
ncs() {
|
||||
echo "+ Syncing Nextcloud @ ~/Nextcloud"
|
||||
mkdir ~/Nextcloud &> /dev/null
|
||||
if [[ -z "$1" ]]; then
|
||||
echo "USAGE: ncs <server_url>"
|
||||
exit 1
|
||||
fi
|
||||
nextcloudcmd -u $USER --path "/SYNC" ~/Nextcloud "https://$1"
|
||||
}
|
||||
|
||||
set completion-ignore-case On
|
||||
38
dotfiles/config/VSCodium/User/settings.json
Normal file
38
dotfiles/config/VSCodium/User/settings.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.fontFamily": "'JetBrainsMono Nerd Font', 'monospace', monospace",
|
||||
"editor.fontLigatures": true,
|
||||
"editor.fontSize": 14,
|
||||
"editor.multiCursorModifier": "ctrlCmd",
|
||||
"editor.renderLineHighlight": "none",
|
||||
"explorer.compactFolders": false,
|
||||
"explorer.confirmDelete": false,
|
||||
"extensions.autoCheckUpdates": false,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.enableCommitSigning": false,
|
||||
"git.enableSmartCommit": true,
|
||||
"material-icon-theme.activeIconPack": "none",
|
||||
"material-icon-theme.folders.theme": "classic",
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"terminal.integrated.fontFamily": "'JetBrainsMono Nerd Font', 'monospace', monospace",
|
||||
"terminal.integrated.fontSize": 12,
|
||||
"update.mode": "none",
|
||||
"update.showReleaseNotes": false,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"window.commandCenter": true,
|
||||
"window.titleBarStyle": "custom",
|
||||
"window.zoomLevel": 0.1,
|
||||
"workbench.colorTheme": "Adwaita Dark",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.preferredDarkColorTheme": "Adwaita Dark",
|
||||
"workbench.preferredLightColorTheme": "Adwaita Light",
|
||||
"workbench.productIconTheme": "adwaita",
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.tree.indent": 12,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
"explorer.confirmPasteNative": false
|
||||
}
|
||||
3
dotfiles/config/git/config
Normal file
3
dotfiles/config/git/config
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
email = "ehtrude@gmail.com"
|
||||
name = "TrudeEH"
|
||||
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Bold.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Bold.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-BoldItalic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ExtraBold.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ExtraBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ExtraLight.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ExtraLight.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Italic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Italic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Light.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Light.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-LightItalic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-LightItalic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Medium.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Regular.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Regular.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-SemiBold.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-SemiBold.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Thin.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-Thin.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ThinItalic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFont-ThinItalic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Bold.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Italic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Italic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Light.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Medium.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Regular.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Thin.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontMono-Thin.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Bold.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Bold.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Italic.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Italic.ttf
Normal file
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Light.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Light.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Medium.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Medium.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Thin.ttf
Normal file
BIN
dotfiles/local/share/fonts/JetBrainsMonoNerdFontPropo-Thin.ttf
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
[Icon Theme]
|
||||
Name=Bibata-Modern-Classic
|
||||
Inherits="Bibata-Modern-Classic"
|
||||
@@ -0,0 +1 @@
|
||||
left_ptr_watch
|
||||
@@ -0,0 +1 @@
|
||||
sb_v_double_arrow
|
||||
@@ -0,0 +1 @@
|
||||
sb_h_double_arrow
|
||||
@@ -0,0 +1 @@
|
||||
crossed_circle
|
||||
@@ -0,0 +1 @@
|
||||
left_ptr_watch
|
||||
@@ -0,0 +1 @@
|
||||
copy
|
||||
@@ -0,0 +1 @@
|
||||
sb_h_double_arrow
|
||||
@@ -0,0 +1 @@
|
||||
sb_v_double_arrow
|
||||
@@ -0,0 +1 @@
|
||||
link
|
||||
@@ -0,0 +1 @@
|
||||
left_ptr_watch
|
||||
@@ -0,0 +1 @@
|
||||
move
|
||||
@@ -0,0 +1 @@
|
||||
question_arrow
|
||||
@@ -0,0 +1 @@
|
||||
copy
|
||||
@@ -0,0 +1 @@
|
||||
link
|
||||
@@ -0,0 +1 @@
|
||||
move
|
||||
@@ -0,0 +1 @@
|
||||
hand2
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
link
|
||||
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/alias
Symbolic link
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/alias
Symbolic link
@@ -0,0 +1 @@
|
||||
dnd-link
|
||||
@@ -0,0 +1 @@
|
||||
move
|
||||
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/arrow
Symbolic link
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/arrow
Symbolic link
@@ -0,0 +1 @@
|
||||
left_ptr
|
||||
@@ -0,0 +1 @@
|
||||
copy
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
bd_double_arrow
|
||||
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/cell
Symbolic link
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/cell
Symbolic link
@@ -0,0 +1 @@
|
||||
plus
|
||||
Binary file not shown.
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/circle
Normal file
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/circle
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
grabbing
|
||||
@@ -0,0 +1 @@
|
||||
sb_h_double_arrow
|
||||
@@ -0,0 +1 @@
|
||||
tcross
|
||||
Binary file not shown.
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/copy
Normal file
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/copy
Normal file
Binary file not shown.
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/cross
Normal file
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/cross
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
cross
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
question_arrow
|
||||
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/default
Symbolic link
1
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/default
Symbolic link
@@ -0,0 +1 @@
|
||||
left_ptr
|
||||
@@ -0,0 +1 @@
|
||||
cross
|
||||
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/dnd-ask
Normal file
BIN
dotfiles/local/share/icons/Bibata-Modern-Classic/cursors/dnd-ask
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
grabbing
|
||||
@@ -0,0 +1 @@
|
||||
grabbing
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user