https://github.com/maxattax97/miscellaneous
Also called dotfiles. Miscellaneous scripts, configs, and other doodads.
https://github.com/maxattax97/miscellaneous
awesomewm blackbox compton dotfiles neovim nvim tmux vim weechat zsh
Last synced: 11 days ago
JSON representation
Also called dotfiles. Miscellaneous scripts, configs, and other doodads.
- Host: GitHub
- URL: https://github.com/maxattax97/miscellaneous
- Owner: Maxattax97
- License: gpl-3.0
- Created: 2017-06-06T17:22:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T01:30:09.000Z (2 months ago)
- Last Synced: 2025-03-27T09:39:51.757Z (28 days ago)
- Topics: awesomewm, blackbox, compton, dotfiles, neovim, nvim, tmux, vim, weechat, zsh
- Language: Shell
- Homepage:
- Size: 34.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dotfiles`
[](https://github.com/Maxattax97/miscellaneous/actions/workflows/ci.yaml)
## Screenshots






## Installation
```bash
./install.sh
```### `zsh`
Open a fresh shell and let the zsh plugins automatically install. You may have to restart your shell, sometimes it breaks.
```bash
zsh
```### `tmux`
In tmux, you must install your plugins with the key combination `Ctrl-a I`.
### `nvim`
Open neovim to have it automatically install plugins. It will also automatically update every week.
```bash
nvim
```## Updating
All of my configurations are linked to your home. Performing a `git pull` within
this repository then automatically gives you the latest version of these
files. Execute `./install.sh` after a pull to get any new packages or other updates.## Overview
This repository contains configurations for:
- `bash`
- `bspwm`
- `btop`
- `chrony`
- `copyq`
- `dunst`
- `lcov`
- `mpd`
- `ncmpcpp`
- `neovim`
- `newsboat`
- `pacman`
- `pcmanfm`
- `picom`
- `polybar`
- `radare`
- `rofi`
- `sxhkd`
- `tmux`
- `variety`
- `weechat`
- `x11`
- `zathura`
- `zsh`## `lcov`

## Credits
Environment inspired by [Bresilla](https://github.com/bresilla/dotfiles/).
Check out my site at [maxocull.com](https://www.maxocull.com/)!