My dotfiles.
Go to file
2024-07-30 16:09:34 -04:00
src programs: tinyxxd added 2024-07-30 16:09:34 -04:00
suckless [dwm] blue-ish color 2024-07-27 15:24:01 -04:00
.gitmodules nvim: put plugins into opt/ 2024-06-07 16:00:02 -04:00
compile-suckless.sh compile-suckless.sh: added 2024-01-02 18:31:40 -05:00
dotinstall.sh migrate from pyright back to pylsp 2024-03-03 11:39:44 -05:00
LICENSE Initial commit 2021-03-19 20:26:13 +00:00
preview2.png update previews 2024-03-04 13:27:15 -05:00
preview.png update previews 2024-03-04 13:27:15 -05:00
programs programs: tinyxxd added 2024-07-30 16:09:34 -04:00
programs-python nvim: back to pyright 2024-03-04 21:41:48 -05:00
README.md nvim: misc debugging cleanups 2024-03-29 21:56:51 -04:00

dots

My dotfiles.

Installation

Clone with submodules (this is necessary for Neovim plugins):

git clone --recurse-submodules https://github.com/dogeystamp/dots.git
# alternatively, after cloning:
git submodule init
git submodule update

Symlink all the files in src/ to your home directory using the provided dotinstall.sh script, or manually. Otherwise, copy them manually to your home directory.

After, install some packages. A list is provided in the programs file. This list encompasses all packages needed for a full system, including utilities and games. Feel free to pick and choose which packages you want. 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.

For a full desktop experience, you should also build the programs in suckless/ by running ./compile-suckless.sh as root. Alternatively, build the programs with the README instructions in the directory.

Some features are enabled or disabled based on a "system profile": once the dotfiles are installed, see ~/.config/dot_profile.example for more information.

Notes

  • .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.

  • Neovim plugins are installed via git submodule 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.

Desktop Preview

preview

preview