dotfiles/README.md

33 lines
1.5 KiB
Markdown
Raw Normal View History

2024-05-18 03:21:02 -04:00
# dotfiles
2024-05-19 02:23:03 -04:00
This is my collection of configuration and setup data for all of my Linux machines. The distributions I primarily use are Artix Linux and Debian.
2024-05-26 10:46:03 -04:00
![desktop](https://files.catbox.moe/pq3gyr.png)
![bstack layout](https://files.catbox.moe/dpya3x.png)
2024-05-26 10:56:45 -04:00
You'll probably want to take a look at my [dwm](https://gitlab.com/frostalicious/dwm), [dwmblocks](https://gitlab.com/frostalicious/dwmblocks), [dmenu](https://gitlab.com/frostalicious/dmenu), and [st](https://gitlab.com/frostalicious/st) repositories as well.
2024-05-26 10:56:10 -04:00
I have multiple desktops configured, such as [dwm](https://dwm.suckless.org/), [Openbox](http://openbox.org/wiki/Main_Page), [awesome](https://awesomewm.org/), [xmonad](https://xmonad.org/), and [Qtile](https://qtile.org/). Some are more complete than others, but I consider **dwm** to be the most fleshed out.
2024-05-18 03:21:02 -04:00
## Installation
2024-05-27 06:27:56 -04:00
```sh
2024-05-18 03:21:02 -04:00
$ cd ~
2024-05-26 10:54:43 -04:00
$ git clone https://gitlab.com/frostalicious/dotfiles
$ cd dotfiles
2024-05-19 02:23:03 -04:00
$ stow --verbose --target=${HOME} --restow PACKAGES
2024-05-18 03:21:02 -04:00
```
2024-05-18 04:38:52 -04:00
2024-05-19 02:24:56 -04:00
At the very least, no matter the environment, I would install `bin`, `git`, `shell`, and either `bash` or `zsh`.
2024-05-19 02:23:03 -04:00
2024-05-18 04:39:27 -04:00
## Other Repositories
2024-05-18 04:38:52 -04:00
There are some other dotfiles repositories I cross-referenced when putting my system together, here is a list below:
2024-05-19 02:23:03 -04:00
* [DistroTube](https://gitlab.com/dwt1/dotfiles)
2024-05-18 04:38:52 -04:00
* [Luke Smith](https://github.com/LukeSmithxyz/voidrice)
* [Un1q32](https://github.com/Un1q32/dotfiles)
2024-05-19 02:23:03 -04:00
* [David Zuber](https://github.com/storax/dotfiles)
2024-05-18 04:38:52 -04:00
* [Gl00ria](https://github.com/Gl00ria/dotfiles)