codic12 / dotfiles

🍚 my dotfiles on my daily driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

━━━━━━ ❖ ━━━━━━


❖ Information

minimal

Thanks for dropping by! This is my personal repository of my dotfiles.

The setup section will guide you through a step-by-step installation process.

Here are more information about my setup:


❖ Setup

This is step-by-step how to install these dotfiles. Just R.T.F.M.

First of all, this repository contains submodules. Ensure they are updated before installing.

 $ git clone --recurse-submodules https://github.com/janleigh/dotfiles.git
 $ cd dotfiles && git submodule update --remote --merge

❖ Installation (Manual)

After cloning the repository, install the necessary dependencies to replicate by setup.

Arch Linux (and Arch-based distributions)

Ensure your AUR Helper is paru.

 $ paru -S bspwm sxhkd rofi polybar neovim alacritty \
 dunst picom brightnessctl playerctl dunst feh maim viewnior \
 jq xclip imagemagick bsp-layout i3lock-color spotify

Then after the dependencies are installed, copy the files to it's respective folders.

Config and Binaries
 $ mkdir -p $HOME/.config/ && cp -r ./cfg/* $HOME/.config/
 $ mkdir -p $HOME/.local/bin/ && cp -r ./bin/* $HOME/.local/bin/
Fonts
 $ cp -r ./etc/fonts/* $HOME/.local/share/fonts
Others
 # Copy tiled wallpaper.
 $ mkdir -p $HOME/Pictures/walls && cp -r ./etc/wallpapers/tiled.png $HOME/Pictures/walls

Once finished copying the files, you might want to finalize the changes to your system.

 # Rebuilds the font cache
 $ fc-cache -v

Lastly, log out from your current desktop session and log in into bspwm.

❖ Installation (Custom Installer)

The repository contains an experimental installer. You can use it by doing:

 $ ./setup.sh

❖ Miscellaneous

  • Elkowar's Wacky Widgets Suggested

    If you're NOT using a monitor with a 1366x768 resolution, you might want to change the x and y values of the widgets on the config.

  • GTK Theme Suggested

    You can find the custom GTK theme here. You can then apply it by changing the gtk-theme-name to kizus_phocus on your GTK3 config.

  • Icon Theme Suggested

    You can install this icon theme that suits the GTK theme.

❖ Acknowledgements

About

🍚 my dotfiles on my daily driver.

License:The Unlicense


Languages

Language:Shell 69.6%Language:CSS 13.0%Language:SCSS 9.1%Language:Python 8.3%