- ZSH settings
- Plugins
- Java PATH variables
- Aliases for git, dnf and other utilites
- Move to trash
- Install Oh My Zsh
- Install syntax highlighting plugin
- Download config to the home directory
wget -O ~/.zshrc https://raw.githubusercontent.com/ExposedCat/dotfiles/main/zsh/.zshrc
Powerlevel 10K is a theme for ZSH shell
Download config to the home directory
wget -O ~/.p10k.zsh https://raw.githubusercontent.com/ExposedCat/dotfiles/main/zsh/.p10k.zsh
[deprecated] Use builtin GNOME screenshoter
Flameshot is a nice screenshot tool
- Download config to the
~/.config/flameshot
:
wget -O ~/.config/flameshot/flameshot.ini https://raw.githubusercontent.com/ExposedCat/dotfiles/main/flameshot/flameshot.ini
- Edit
savePath
option in~/.config/flameshot/flameshot.ini
Fastfetch is CLI tool to display PC info
- Download config to
~/.config/fastfetch
wget -O ~/.config/fastfetch/config.jsonc https://raw.githubusercontent.com/ExposedCat/dotfiles/main/fastfetch/config.jsonc
- Download Bongo Cat ASCII to
~/.config/fastfetch
wget -O ~/.config/fastfetch/bongo.txt https://raw.githubusercontent.com/ExposedCat/dotfiles/main/fastfetch/bongo.txt
Logiops is a driver for Logitech™ mice configuration. Config includes:
- Smartshift
- HiRes scroll
- Volume control (gesture button ↑ ↓)
- Brightness control (gesture button ← →)
- Play/Pause (gesture button click)
- Switch workspaces (side forward/backward buttons)
Super
button emulation to open overview or app list (DPI button click)
Download file to /etc
:
sudo wget -O /etc/logid.cfg https://raw.githubusercontent.com/ExposedCat/dotfiles/main/logiops/logid.cfg
Use uppercase layout indicator names:
- English (en → EN)
- Ukrainian (uk → UK)
- Russian (ru → RU)
* Please open an issue if you want other languages support
Download file to /usr/share/X11/xkb/rules
:
sudo wget -O /usr/share/X11/xkb/rules/evdev.xml https://raw.githubusercontent.com/ExposedCat/dotfiles/main/os/evdev.xml
Visual Studio Code is a free open-source* code editor built for web development
*Microsoft provides builds with telemetry. Consider using VSCodium for builds from sources
- Download Visual Studio Code
- Download config to
~/.config/Code/User
:
wget -O ~/.config/Code/User/settings.json https://raw.githubusercontent.com/ExposedCat/dotfiles/main/vscode/settings.json
Visual Studio Code tasks to compile and run/debug C/C++ files
- Download Visual Studio Code
- Download config to
~/.config/Code/User
:
wget -O ~/.config/Code/User/tasks.json https://raw.githubusercontent.com/ExposedCat/dotfiles/main/vscode/tasks.json
Runs ~/.startup.bash
on system startup. Script in repo includes:
- Rights for ASUS ScreenPad+ brightness controls (requires kernel module by Plippo)
- Setting ASUS ScreenPad+ brightness to maximum (requires screenpad tool by Plippo + see prev. paragraph)
- Stop charging laptops battery on 80%
- Download service to
/etc/systemd/system
:
wget -O /etc/systemd/system/startup.service https://raw.githubusercontent.com/ExposedCat/dotfiles/main/services/startup/startup.service
- Replace all
$USER
with your username in/etc/systemd/system/startup.service
- Download script to the home directory:
wget -O ~ https://raw.githubusercontent.com/ExposedCat/dotfiles/main/services/startup/.startup.bash
Monokai profile for GNOME Terminal
- Install monospace Nerd font for text icons in terminal
- Download file:
wget https://raw.githubusercontent.com/ExposedCat/dotfiles/gnome-terminal/terminal.conf
- Load configuration:
dconf load /org/gnome/terminal/ < ./terminal.conf
- [Optional] Remove config:
rm terminal.conf