From 576ed26a242ee44aa7c2c99d62b859d995fc5d54 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Sat, 18 Jan 2025 15:35:34 +0100 Subject: [PATCH] Updated deps --- .zshrc | 6 +++--- README.md | 7 +------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.zshrc b/.zshrc index 8e84a6d..bc8a10b 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH # Path to your Oh My Zsh installation. -export ZSH="$HOME/.oh-my-zsh" +export ZSH="/usr/share/oh-my-zsh" # Check if oh-my-zsh is installed if [ ! -d "$ZSH" ]; then @@ -31,11 +31,11 @@ ZSH_THEME="" # Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates -zstyle ':omz:update' mode auto # update automatically without asking +# zstyle ':omz:update' mode auto # update automatically without asking # zstyle ':omz:update' mode reminder # just remind me to update when it's time # Uncomment the following line to change how often to auto-update (in days). -zstyle ':omz:update' frequency 7 +# zstyle ':omz:update' frequency 7 # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS="true" diff --git a/README.md b/README.md index 1079e3a..c700e94 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,9 @@ This repository contains my personal dotfiles, which are configuration files for To install the dependencies run the following: -Install oh-my-zsh with -```bash -sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -``` - Archlinux: ```bash -sudo yay -Sy --needed plasma-meta alacritty bat btop cava fastfetch heroic-games-launcher-bin kitty mangohud onlyoffice-bin vesktop visual-studio-code-bin obs-studio zsh zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search thunderbird thunderbird-dark-reader thunderbird-ublock-origin +sudo yay -Sy --needed plasma-meta alacritty bat btop cava fastfetch heroic-games-launcher-bin kitty mangohud onlyoffice-bin vesktop visual-studio-code-bin obs-studio zsh zsh-autosuggestions zsh-syntax-highlighting zsh-history-substring-search thunderbird thunderbird-dark-reader thunderbird-ublock-origin oh-my-zsh-git fzf ``` ## Installation