Hackable personal dotfiles.
A minimalistic zsh prompt theme for git users.
Features:
- Pretty prefix prompt signature
- Pretty color
- Current directory
- Time stamp
- Git prompt info
- Git status info
Installation:
# Clone this repo
git clone https://github.com/sabertazimi/dotfiles.git ~/dotfiles
# Install theme to custom directory
mkdir -p ~/.oh-my-zsh/custom/themes
cp ~/dotfiles/themes/zsh/dragon.zsh-theme ~/.oh-my-zsh/custom/themes/
# Set theme in ~/.zshrc
sed -i 's/^ZSH_THEME=".*"/ZSH_THEME="dragon"/' ~/.zshrc
# Reload shell
source ~/.zshrcA minimalistic bash prompt theme for git-bash on Windows.
Installation:
# Clone this repo
git clone https://github.com/sabertazimi/dotfiles.git ~/dotfiles
# Install theme to custom directory
mkdir -p ~/.oh-my-bash/custom/themes/dragon
cp ~/dotfiles/themes/bash/dragon.theme.sh ~/.oh-my-bash/custom/themes/dragon/
# Set theme in ~/.bashrc
sed -i 's/^OSH_THEME=".*"/OSH_THEME="dragon"/' ~/.bashrc
# Reload shell
source ~/.bashrcCollection of wallpaper management scripts for Arch Linux.
Features:
- Copies Arch Linux, GNOME, and KDE Plasma wallpapers
- Automatic package installation
- Resolution priority selection for system wallpapers
.jxlto.pngconversion for GNOME wallpapers- Interactive or command-line usage
Installation:
# Clone this repo
git clone https://github.com/sabertazimi/dotfiles.git ~/dotfiles
# Make scripts executable
chmod +x ~/dotfiles/wallpapers/*.sh
# Run interactive menu
~/dotfiles/wallpapers/install.sh
# Or run specific script
~/dotfiles/wallpapers/install.sh all # All wallpapers
~/dotfiles/wallpapers/install.sh archlinux # Arch Linux wallpapers
~/dotfiles/wallpapers/install.sh gnome # GNOME wallpapers
~/dotfiles/wallpapers/install.sh system # System wallpapersWallpapers are copied to ~/.local/share/wallpapers/.
Requirements:
- ImageMagick (for GNOME
.jxlconversion) archlinux-wallpapergnome-backgroundsplasma-workspace-wallpapers
MIT License Copyright (c) Sabertaz

