├── LICENSE ├── README.md └── assets ├── awesomewm-vertical.png ├── awesomewm.png ├── bspwm.png ├── dkwm.png ├── dwm.png └── openbox.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 AlphaTechnolog. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AlphaTechnolog's dotfiles! 2 | 3 | First of all, thanks for dropping by! here is my dotfiles repo, configurations that i'm making (rices) 4 | for make my own setup and feel comfy while i'm working (and beeing productive ofc). 5 | 6 | In this repo, I'm sharing with you my rices, and offering you tips/instructions on how this things works 7 | (but in fact, i don't really know how this works, cuz i don't know what I'm doing :/ so good luck :3 lmao). 8 | 9 | Also, support could be a bit limited, or maybe late responses on issues, because i'm kinda busy with work 10 | and school :/ 11 | 12 | > Configurations are in other branches. 13 | 14 |

15 | 16 | 17 | 18 | 19 | 20 | 21 |

22 | 23 |

24 | 25 | # [1. AwesomeWM (Vertical Version)](https://github.com/AlphaTechnolog/dotfiles/tree/awesomewm-vertical) 26 | 27 | ![awesomewm-vertical](./assets/awesomewm-vertical.png) 28 | 29 | # [2. AwesomeWM (Horizontal Version)](https://github.com/AlphaTechnolog/dotfiles/tree/awesomewm) 30 | 31 | ![awesomewm](./assets/awesomewm.png) 32 | 33 | # [3. Dwm](https://github.com/AlphaTechnolog/dotfiles/tree/dwm) 34 | 35 | ![dwm](./assets/dwm.png) 36 | 37 | # [4. Openbox](https://github.com/AlphaTechnolog/dotfiles/tree/openbox) 38 | 39 | ![openbox](./assets/openbox.png) 40 | 41 | # [5. DkWM](https://github.com/AlphaTechnolog/dotfiles/tree/dkwm) 42 | 43 | ![dkwm](./assets/dkwm.png) 44 | 45 | # [6. BspWM](https://github.com/AlphaTechnolog/dotfiles/tree/bspwm) 46 | 47 | ![bspwm](./assets/bspwm.png) 48 | 49 | # Ko-Fi 50 | 51 | If you really like these setups i'm making mostly in spare time, i would 52 | heavily appreciate a donation (or else a star is heavily appreciated too :D). Thank you for 53 | your support <3 54 | 55 | [![](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/alphatechnolog) 56 | 57 | # Enjoy! 58 | 59 | Enjoy with my configs, and remember, if you like at least one of this conf. Please, Smash the star button! 60 | -------------------------------------------------------------------------------- /assets/awesomewm-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/awesomewm-vertical.png -------------------------------------------------------------------------------- /assets/awesomewm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/awesomewm.png -------------------------------------------------------------------------------- /assets/bspwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/bspwm.png -------------------------------------------------------------------------------- /assets/dkwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/dkwm.png -------------------------------------------------------------------------------- /assets/dwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/dwm.png -------------------------------------------------------------------------------- /assets/openbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlphaTechnolog/dotfiles/b3ff8717712b766c154a13c22ee93759f429a835/assets/openbox.png --------------------------------------------------------------------------------