xArcGit / dotfiles

A pywal generated colorscheme on the based on wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Fully-featured floating/tiling window manager-based dotfiles for Arch Linux

Table of Contents

Introduction

This repository contains dotfiles for configuring various components of a Linux system, including window managers, terminals, file managers, browsers, editors, and more.

Included Components:

Component Name
Window Manager bspwm
Terminal Emulator kitty
File Manager ranger
Browser brave
Text Editor (TUI) astronvim
PDF Viewer zathura
Video Player mpv
Music Player ncmpcpp
System Monitor htop
Display Manager ly

Installation

Note: You need to be logged in as a regular user to use this script.

  1. Install Git if you don't have it:

    sudo pacman -S git
  2. Clone this repository:

    git clone git@github.com:MineNique/dotfiles.git

    or

    git clone https://github.com/MineNique/dotfiles.git
  3. Navigate to the dotfiles directory:

    cd dotfiles
  4. Run the installation script:

    chmod +x install && ./install
  5. Follow the on-screen instructions.

  6. Restart your computer.

  7. You're done! Now you can enjoy a fully-featured floating/tiling window manager on your computer.

Note: Edit .xinitrc file and change display settings.

Color Schemes

These dotfiles include Pywal-based color schemes.

  • Super + Alt + w for changing wallpaper
  • wallpaper dir -> ~/Pictures/Wallpapers

Tutorial

These dotfiles include a keybinding list that you can access by clicking here.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Credit

About

A pywal generated colorscheme on the based on wallpaper

License:MIT License


Languages

Language:CSS 47.0%Language:Lua 39.0%Language:Python 7.7%Language:Shell 6.3%