dotfiles

Older, unmaintained dotfiles by mrgrouse
Log | Files | Refs | README

README.md (2781B)


      1 # My Dotfiles!
      2 ## WARNING: pywal configs are deprecated.
      3 ##### I haven't tested them in a long time and I would not recommend using them unless you want to modify them for your own purposes.
      4 ### This repo has just a few of my dotfiles, so far with the following:
      5  - my fish configs
      6     - sets environment variables, and cleans up the user's $HOME
      7     - **Oh-My-Fish configuration is Deprecated**
      8         - my [ohmyfish](https://github.com/oh-my-fish/oh-my-fish) configs, I don't really know how the config works that well
      9     - **now uses [tide](https://github.com/IlanCosman/tide) prompt!**
     10     - aliases:
     11       1. pacman autoremove - removes unused dependencies and packages
     12       2. git aliases - quick-to-type aliases for `git push` and `git commit -m `
     13       3. nnn cd-on-quit - also quick-to-type alias/function to use nnn with the cd-to-quit feature
     14       4. wget alias - alias to move the `.wget-hsts` file from your home directory
     15  - my pywal templates for:
     16     1. discord
     17     2. rofi
     18     3. [bir]dwm (basic dwm must have xrdb patch) (my dwm fork called birdwm is [here](https://git.mrgrouse.com/mrgrouse/birdwm)!)
     19     4. [neo]vim (with pywal.nvim or with [my neovim config](https://git.mrgrouse.com/mrgrouse/neovim))
     20     5. Xresources
     21     6. hyprland
     22     7. joplin (WIP)
     23     8. vconsole
     24     9. dunst
     25     10. less & css
     26  - the pywal configs also include my scripts that the `wal -o` command executes
     27  - Darkreader config file
     28  - Libredirect config file (often out of date, wouldn't recommend unless you're me)
     29  - Ublock config file
     30  - my X11 `$XDG_CONFIG_HOME/X11` folder
     31  - my kitty configs
     32     - works with [wallust](https://codeberg.org/explosion-mental/wallust) or [pywal](https://github.com/dylanaraps/pywal)!
     33  - nsxiv config
     34     - uses wallust (pywal code in comments) to generate colorscheme of selected photo in viewer
     35     - my wallust config can be found [here](https://git.mrgrouse.com/mrgrouse/wallust)!
     36  - nnn configuration
     37     - currently this repo only contains nnn plugins and my fish alias for cd-on-quit.
     38  - my picom configs
     39     - my picom config is only tested to work on [pijulius' picom fork](https://github.com/pijulius/picom), specifically the [implement-window-animations branch](https://github.com/pijulius/picom/tree/implement-window-animations)
     40 
     41 # Dependencies:
     42  - Meslo Fonts (download can be found [here](https://github.com/IlanCosman/tide/blob/assets/fonts/mesloLGS_NF_regular.ttf?raw=true))
     43  - [lsd](https://github.com/lsd-rs/lsd) (LSDeluxe)
     44  - [nnn](https://git.mrgrouse.com/mrgrouse/nnn)
     45  - the corresponding program :clown_face: lolz
     46 
     47  Feel free to suggest or ask for any of my configs if you'd like!
     48 
     49 - The pywal configs may be deprecated sometime soon, as I am leaving pywal for [wallust](https://codeberg.org/explosion-mental/wallust).