https://github.com/kcalixto/zsh-cfg
🏗️ zsh-cfg
https://github.com/kcalixto/zsh-cfg
dotfiles project
Last synced: about 2 months ago
JSON representation
🏗️ zsh-cfg
- Host: GitHub
- URL: https://github.com/kcalixto/zsh-cfg
- Owner: kcalixto
- Created: 2023-05-03T14:26:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T23:57:51.000Z (10 months ago)
- Last Synced: 2025-09-06T01:21:09.178Z (10 months ago)
- Topics: dotfiles, project
- Language: Lua
- Homepage:
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-notifications-placement.scpt
Awesome Lists containing this project
README
# tools
```bash
ln .alacritty.toml ~/.alacritty.toml
ln .zshrc ~/.zshrc
ln .tmux.conf ~/.tmux.conf
ln .gitconfig ~/.gitconfig
ln .goosehints ~/.config/goose/.goosehints
ln mcphub/servers.json ~/.config/mcphub/servers.json
```
# to use npm private packages
```bash
> ~/.npmrc
//npm.pkg.github.com/:_authToken=COLE-SEU-TOKEN-AQUI
@SUA-ORG-AQUI:registry=https://npm.pkg.github.com/ln
```
# folders
```
ln -s ~/go/src/zsh-cfg/nvim ~/.config/nvim
```
# binaries
```bash
ln bin/obsidian /usr/local/bin/obsidian
```
# scripts
```bash
./crontab.sh
```
# to change tmux theme
```bash
inside tmux:
source-file ~/.tmux.conf
outside tmux:
tmux kill-server
```
# notification placement remap
## you must use Apple Scripts Editor to update this script
```bash
ln ./com.kcalixto.notifications-placement.plist ~/Library/LaunchAgents/com.kcalixto.notifications-placement.plist
launchctl load ~/Library/LaunchAgents/com.kcalixto.notifications-placement.plist
launchctl list | grep kcalixto
```
## to unload:
```bash
launchctl unload ~/Library/LaunchAgents/com.kcalixto.notifications-placement.plist
```