Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T07:37:25.000Z (3 months ago)
- Last Synced: 2024-11-08T08:30:50.483Z (3 months ago)
- Topics: awesomewm, blackbox, compton, dotfiles, neovim, nvim, tmux, vim, weechat, zsh
- Language: Shell
- Homepage:
- Size: 34.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dotfiles`
[![Build Status](https://github.com/Maxattax97/miscellaneous/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/Maxattax97/miscellaneous/actions/workflows/ci.yaml)
## Screenshots
![btop, ctop, tmux, man, neofetch](assets/btop.png)
![zathura, pcmanfm, qalculate](assets/zathura.png)
![neovim](assets/neovim.png)
![sxiv, rofi, dunst, chatgpt, st](assets/sxiv.png)
![weechat, newsboat](assets/weechat.png)
![rofi](assets/rofi.png)
## 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`
![lcov](assets/lcov.png)
## Credits
Environment inspired by [Bresilla](https://github.com/bresilla/dotfiles/).
Check out my site at [maxocull.com](https://www.maxocull.com/)!