Important
Currently very busy with University.
I will update the readme as soon as I get some free time.
- Lock Screen: betterlockscreen
- App Menu: rofi
- Network Menu: networkmanager-dmenu
- AUR helper: Paru
- Brightness Control: brightnessctl
- Font: Iosevka Nerd Font
- Shell Prompt: starship
- System Info: macchina
- File Manager: felix and Thunar
- Ebook Reader: zathura
- Image Viewer: qView
- Video Player: mpv
- ScreenShot: Flameshot
- Color Picker: Gpick
- Clipboard Manager: greenclip
- Calculator: rofi-calc
- Bookmark Manager: buku
[!WARNING]
Although the
stow.sh
script has been made to first backup existing dotfile directories if they exist, but it has not been intensively tested.So be sure to backup your dotfiles from
$HOME/
,$HOME/.config/
and$HOME/.local/share/
first.
[!IMPORTANT]
Backup of existing dotfiles produced by the
stow.sh
script will be available in the following directories:
$HOME/.config/dotfiles_backup/
$HOME/.local/share/dotfiles_backup/
$HOME/dotfiles_backup/
- Clone this repo to your preferred directory and
cd
into the cloned directory. (Don't miss the--recursive
option)
git clone https://github.com/junnunkarim/dotfiles_home --recursive
cd dotfiles_home
- Make the
stow.sh
script executable
chmod +x stow.sh
- Run the script
./stow.sh setup
Under Construction