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
- Host: GitHub
- URL: https://github.com/marcos-venicius/config-manager
- Owner: marcos-venicius
- License: mit
- Created: 2024-10-30T16:31:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-06T18:49:41.000Z (3 months ago)
- Last Synced: 2026-04-06T20:28:48.747Z (3 months ago)
- Topics: alacritty, golang, lua, nvim, shell, tmux, tool, vim, zsh, zshrc
- Language: Lua
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```