Updated deps

This commit is contained in:
2025-01-18 15:35:34 +01:00
parent 4dfe2fdcab
commit 576ed26a24
2 changed files with 4 additions and 9 deletions

6
.zshrc
View File

@@ -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"

View File

@@ -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