Updated deps
This commit is contained in:
6
.zshrc
6
.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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user