Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Dec 30, 2023
1 parent bec259f commit a638768
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<p align="center">
<img src=".icon.png" alt="dotfiles icon" width="400" height="400"/>
<img alt="GitHub workflow status" src="https://img.shields.io/github/actions/workflow/status/NonlinearFruit/dotfiles/ci.yml">
</p>

# Dotfiles

A simple repo that elegantly manages my configs and scripts using Git Map (see `map.sh`)
A simple repo that elegantly manages my configs and scripts using `init.sh` and `map.sh`

## Setup on fresh OS

Expand All @@ -29,23 +30,23 @@ For configuration specific to a particular OS (or a particular environment), cre

## Configs

| Config | Description |
| --- | --- |
| `bash-aliases.sh` | |
| `bashrc.sh` | [Bash][bash] |
| `cheatsheets/` | [TLDR][tldr] extensions |
| `gitconfig.ini` | [Git][git |
| `glaze-wm.yaml` | [Glaze Window Manager][glaze] |
| `mappings/` | Available mappings |
| `nvim/` | [Neovim][nvim] |
| `scripts/` | Helpful scripts |
| `setups/` | Available setups |
| `tmux.conf` | [Tmux][tmux] |
| `vimrc.vim` | [Vim][vim] + [IdeaVim][ideavim] |
| `vivaldi/` | [Vivaldi mods][vivaldi-mods] |
| `vivaldi.html` | [Vivaldi][vivaldi] |
| `wezterm/` | [Wezterm][wezterm] |
| `windows-terminal.json` | [Windows Terminal][windowsterminal] |
| Config | Description |
| --- | --- |
| `bash-aliases.sh` | |
| `bashrc.sh` | [Bash][bash] |
| `cheatsheets/` | [TLDR][tldr] extensions |
| `gitconfig.ini` | [Git][git] |
| `glaze-wm.yaml` | [Glaze Window Manager][glaze] |
| `mappings/` | Available mappings |
| `nvim/` | [Neovim][nvim] |
| `scripts/` | Helpful scripts |
| `setups/` | Available setups |
| `tmux.conf` | [Tmux][tmux] |
| `vimrc.vim` | [Vim][vim] + [IdeaVim][ideavim] |
| `vivaldi/` | [Vivaldi mods][vivaldi-mods] |
| `vivaldi.html` | [Vivaldi][vivaldi] |
| `wezterm/` | [Wezterm][wezterm] |
| `windows-terminal.json` | [Windows Terminal][windowsterminal] |

## Scripts

Expand Down

0 comments on commit a638768

Please sign in to comment.