Code Monkey home page Code Monkey logo

dotfilesewwhypr's Introduction

Dotfiles

Collection/Backup of my config files I use. If you have any suggestions, ideas, or issue. Create Issue/Pull Request, happy to learn more. if you like something and want to take it for yourself.

Programs I Use/Configs for.

Programs
Terminal st, kitty
Shell mksh, dash
Editor neovim
Statusbar/Widgets eww
Compositor picom-ibhagwan
Music Spotify, mpd



Setup

Dependencies

You probably have most of these this is everything I've used in configs.

yay -Sy rofi playerctl mpc jq maim dash simple-mtpfs ffmpeg fuse2 wmctrl xclip pamixer bluez \
bluez-utils blueberry alsa-plugins alsa-utils alsa pulseaudio pulsemixer feh redshift mpd \
bspwm pacman-contrib --needed

Clone this repository

git clone  https://github.com/niraj998/dotfiles.git
cd dotfiles

Copy configurations

  • these contains main config files, and dependent on each other, you can pick and take whatever you want from rest.
    cd .config
     [ -d "$HOME/.config/bspwm" ] &&  mv $HOME/.config/bspwm  $HOME/.config/bspwm.old
     [ -d "$HOME/.config/eww" ] && mv $HOME/.config/eww  $HOME/.config/eww.old
     [ -d "$HOME/.config/sxhkd" ] && mv $HOME/.config/sxhkd $HOME/.config/sxhkd.old
     [ -d "$HOME/.config/rofi" ] && mv $HOME/.config/rofi $HOME/.config/rofi.old
     cp -r bspwm $HOME/.config/
     cp -r eww $HOME/.config/
     cp -r rofi $HOME/.config/
     cp -r sxhkd $HOME/.config/
     cd ..

Install fonts from .font folder. (needed for Icons)

cd .fonts
cp * $HOME/.local/share/fonts || cp * ~/.fonts || sudo cp * /usr/share/fonts/
fc-cache -fv
  • Some useful scripts are in .local/bin folder
  • etc folder has X11 things to enable touchpad tapping and setting up screens (specific for my desktop)

I tried to keep comments in config files for reference and for you to modify as per your system.

dotfilesewwhypr's People

Contributors

niraj998 avatar mrlpm avatar

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.