Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)!