This is a collection of my personal "dotfiles".
-
zsh - My UNIX shell of choice
-
oh-my-posh - A cross-shell prompt
-
fastfetch - A pretty (and fast) system info fetching tool, so I can get imaginary internet points
-
spicetify - A tool for customizing the Spotify desktop client
-
cpuinfo.sh, raminfo.sh, batteryinfo.sh - Display system status in a nice way
-
cheat.sh - Integrate the community driven cheat.sh knowledgebase into tmux
-
update.sh - A neat little Linux system update script (currently openSUSE Tumbleweed only, can be easily modified for other distributions)
curl -s https://raw.githubusercontent.com/GHaxZ/dotfiles/master/setup.sh | sudo bash
Important
This script currently only works on openSUSE. It can be easily modifed to work on other distributions, by cloning this repository and changing the config values at the top.
Prerequisites:
git clone https://github.com/GHaxZ/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow .
Note
You may need to restart your shell/terminal and other programs involved for the changes to take effect.