dots/README.md

43 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2021-03-19 16:26:13 -04:00
# dots
2022-08-01 16:09:59 -04:00
2021-03-19 16:26:13 -04:00
My dotfiles.
2024-11-08 14:07:28 -05:00
Currently in the process of migrating to Wayland using the [Niri](https://github.com/yalter/niri) compositor.
The configurations for dwm and other X11 utilities are still here for now.
2021-03-19 16:31:59 -04:00
## Installation
Install [chezmoi](https://chezmoi.io):
2024-03-03 19:19:56 -05:00
```
# pacman -S chezmoi
```
Clone then apply these dotfiles:
```
chezmoi init dogeystamp/dotfiles --apply
2024-03-03 19:19:56 -05:00
```
2024-03-03 11:39:44 -05:00
After, install some packages. A list is provided in the `programs` file.
2024-01-02 13:47:13 -05:00
This list encompasses all packages needed for a full system, including utilities and games.
Feel free to pick and choose which packages you want.
2024-03-03 11:39:44 -05:00
A script is also provided with `programs-python` to install Python packages via pipx.
Package availability and their names **differ based on the distribution**: these are for Arch Linux and its derivatives.
2021-03-19 16:31:59 -04:00
2024-03-03 11:39:44 -05:00
Some features are enabled or disabled based on a "system profile":
2024-09-26 22:08:45 -04:00
chezmoi will prompt you for a choice.
2024-03-03 11:39:44 -05:00
2021-09-18 12:02:27 -04:00
### Notes
2021-03-19 16:40:05 -04:00
2024-11-08 14:07:28 -05:00
- The `input` section of `.config/niri/config.kdl` provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
2024-03-03 19:19:56 -05:00
- My qutebrowser configuration emphasizes privacy over usability, and you might need to edit it to suit your needs if you want to use it.
2021-07-05 08:48:15 -04:00
2024-03-03 19:19:56 -05:00
- Neovim plugins are installed [via git submodule](https://hiphish.github.io/blog/2021/12/05/managing-vim-plugins-without-plugin-manager/)
rather than through conventional means. This has less complexity than a plugin manager since I already manage all my dotfiles under Git.
Plugins are declared in `.gitmodules`.
2021-09-18 12:02:27 -04:00
2021-03-19 16:37:09 -04:00
**Desktop Preview**
2022-03-19 15:33:11 -04:00
2021-03-19 16:37:09 -04:00
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)