Skip to content

sabertazimi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dotfiles

Author LICENSE Code Size

Hackable personal dotfiles.

Terminal Themes

Zsh Theme

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 ~/.zshrc

Zsh Theme

Bash Theme

A 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 ~/.bashrc

Bash Theme

Wallpapers

Collection 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
  • .jxl to .png conversion 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 wallpapers

Wallpapers are copied to ~/.local/share/wallpapers/.

Requirements:

  • ImageMagick (for GNOME .jxl conversion)
  • archlinux-wallpaper
  • gnome-backgrounds
  • plasma-workspace-wallpapers

License

MIT License Copyright (c) Sabertaz

Contact

GitHub Email X

About

Hackable personal dotfiles

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages