From 6fac1440a456487415330571e5613b10df9c960c Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 23 Feb 2025 22:39:06 +0100 Subject: [PATCH] Removed zsh config --- .oh-my-zsh | 1 - .zshrc | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 160000 .oh-my-zsh delete mode 100644 .zshrc diff --git a/.oh-my-zsh b/.oh-my-zsh deleted file mode 160000 index d689aa2..0000000 --- a/.oh-my-zsh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d689aa289e5dcda7c35b907af62bd08feb679b37 diff --git a/.zshrc b/.zshrc deleted file mode 100644 index 0dd1e72..0000000 --- a/.zshrc +++ /dev/null @@ -1,33 +0,0 @@ -# If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH - -export ZSH="$HOME/.oh-my-zsh" - -ZSH_THEME="lukerandall" - -plugins=( - git - archlinux - zsh-autosuggestions - zsh-syntax-highlighting -) - -source $ZSH/oh-my-zsh.sh - -# Check archlinux plugin commands here -# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux - -# fastfetch. Will be disabled if above colorscript was chosen to install -fastfetch - -# Set-up icons for files/folders in terminal -alias ls='eza -a --icons' -alias ll='eza -al --icons' -alias lt='eza -a --tree --level=1 --icons' - -HISTFILE=~/.zsh_history -HISTSIZE=10000 -SAVEHIST=10000 -setopt appendhistory - -source "$HOME/.config/terminal/.setuprc"