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

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

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
```