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.
|
2021-03-19 16:31:59 -04:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2024-08-12 16:03:37 -04:00
|
|
|
Install [chezmoi](https://chezmoi.io):
|
2024-03-03 19:19:56 -05:00
|
|
|
|
2024-08-12 16:03:37 -04: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-01-02 13:47:13 -05:00
|
|
|
For a full desktop experience,
|
2024-03-03 11:39:44 -05:00
|
|
|
you should also build the programs in `suckless/` by running `./compile-suckless.sh` as root.
|
2024-01-02 18:31:40 -05:00
|
|
|
Alternatively, build the programs with the README instructions in the directory.
|
2021-03-19 16:37:09 -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-03-03 19:19:56 -05:00
|
|
|
- `.local/bin/keyboard.sh` provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
|
|
|
|
|
|
|
|
- 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)
|