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
- Host: GitHub
- URL: https://github.com/jrodal98/dotfiles
- Owner: jrodal98
- Created: 2019-10-06T23:08:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T21:48:18.000Z (about 2 years ago)
- Last Synced: 2024-07-17T02:06:47.331Z (about 2 years ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 14.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles

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.