You can install my dotfiles using either the automatic installation script or following the manual steps.
Using the installation script
curl -s -L https://shorty.pp.ua/dots | bash
The script will:
- Install Zsh and Oh-My-Zsh
- Install plugins (autosuggestions, syntax-highlighting, fast-syntax-highlighting)
- Set up the Oxide theme
- Configure your .zshrc
- Install and configure Fastfetch
After installation, you'll need to set Zsh as your default shell:
chsh -s $(which zsh)
Install Zsh & Oh-My-Zsh
# Install Zsh
yay -S zsh
# Install Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install Plugins
# Install autosuggestions plugin
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
# Install zsh-syntax-highlighting plugin
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
# Install zsh-fast-syntax-highlighting plugin
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
Install Theme & Config
# Download Oxide theme
wget https://raw.githubusercontent.com/dikiaap/dotfiles/refs/heads/master/.oh-my-zsh/themes/oxide.zsh-theme -P ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/
# Install imagemagick for images in terminal
yay -S imagemagick
# Download .zshrc configuration
wget https://raw.githubusercontent.com/xxanqw/dots/refs/heads/main/.zshrc -P ~/
Install Fastfetch & Config
# Install fastfetch
yay -S fastfetch
# Create config directory for fastfetch
mkdir -p ~/.config/fastfetch
# Download fastfetch config
wget https://raw.githubusercontent.com/xxanqw/dots/refs/heads/main/.config/fastfetch/config.jsonc -P ~/.config/fastfetch/
# Download image for fastfetch
wget https://raw.githubusercontent.com/xxanqw/dots/refs/heads/main/.config/fastfetch/arch.png -P ~/.config/fastfetch/