An open API service indexing awesome lists of open source software.

https://github.com/jrodal98/dotfiles

A collection of my Arch Linux and Manjaro dotfiles
https://github.com/jrodal98/dotfiles

dotfiles

Last synced: 5 months ago
JSON representation

A collection of my Arch Linux and Manjaro dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

![alt text](Pictures/screenshots/desktop.png "My desktop")

This repo contains configurations for various programs I've used over the years. It includes, but is not limited to:

- window managers
- i3-gaps
- qtile
- status bars
- polybar
- bumblebee
- file explorers
- nnn
- ranger
- shells
- zsh
- zinit (manager)
- starship (prompt)
- terminal emulators
- wezterm
- kitty
- alacritty
- st
- text editors
- neovim v0.7: `docker pull ghcr.io/jrodal98/nvim:latest` for a docker image compatible with amd64 and arm64 architectures
- misc

- tmux
- dunst

- A list of all of my pacman packages is in [packages.txt](packages.txt)

## dotfile management

- I'm using [dotbare](https://github.com/kazhala/dotbare), whose configuration lives inside my .zshrc
- I use githooks, which are listed in .githooks. Run `dotbare config core.hooksPath ~/.githooks` upon cloning the repository.