Coder Social home page Coder Social logo

dotfiles-1's Introduction

โ”โ”โ”โ”โ”โ” โ– โ”โ”โ”โ”โ”โ”


โ– 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/TheRealKizu/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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.