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

https://github.com/marcos-venicius/config-manager

Update your tools settings
https://github.com/marcos-venicius/config-manager

alacritty golang lua nvim shell tmux tool vim zsh zshrc

Last synced: 3 months ago
JSON representation

Update your tools settings

Awesome Lists containing this project

README

          

# Config manager

> [!WARNING]
> These are **my** personal configurations. Maybe it will not work on your environment.

This is my tools config manager. It provides configuration for:

- Tmux
- Alacritty
- Helix
- Vim
- Neovim
- Git config

## Installing

```bash
git clone https://github.com/marcos-venicius/config-manager.git ~/.config-manager && go install github.com/marcos-venicius/config-manager
```

If you want to put the repository in a different location, you can just add a new env var called `CM_APP_FOLDER_LOCATION` with the path to the custom location.

### Manual configs

Make the OS show only apps in current workspace when pressing ALT + TAB

```bash
gsettings set org.gnome.shell.app-switcher current-workspace-only true
```