https://github.com/augustocdias/dotfiles
https://github.com/augustocdias/dotfiles
dotfiles macos neovim preferences zsh
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/augustocdias/dotfiles
- Owner: augustocdias
- License: mit
- Created: 2021-02-05T11:10:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T13:09:33.000Z (about 1 year ago)
- Last Synced: 2025-05-07T10:15:25.033Z (about 1 year ago)
- Topics: dotfiles, macos, neovim, preferences, zsh
- Language: Lua
- Homepage:
- Size: 6.45 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Settings and Tools
My personal mac os settings and tools
First of all install command line tools and rosetta (the install script should be doing all of it).
## Brew Tips
To generate the dump: `brew bundle dump`
To install from the bundle: `brew bundle install`
## Install
Run the script `./install_deps.sh`
### Cargo
- bindgen-cli
- cargo-bundle
- cargo-deny
- cargo-edit
- cargo-expand
- cargo-generate
- cargo-license
- cargo-make
- cargo-nextest
- cargo-tree
- cargo-update
- cargo-watch
- diffr
- flamegraph
- git-cliff
- miri
- rust-code-analysis-cli
- rust-script
- rusty-man (--locked)
- silicon
- stylua
- wasm-pack
- websocat
### Npm
- yarn
- fixjson
## Safari Extensions
1. 1Blocker
2. Duplicate!
3. 1Password
4. JSON Peep
5. Polyglot
## Other Apps
1. Meeter
2. GameTrack
3. [EurKey](https://eurkey.steffen.bruentjen.eu)
4. Dash
5. ngrok (cask)
## To Remember
1. If ssh doesn't work with the yubikey connected, run `gpg --card-status` and `ssh-add -L`. Both must work otherwise something is wrong. Check environment vars for the `SSH_AUTH_SOCK`.
2. `ykman oath accounts code -s "SEARCH_QUERY"` returns the 2FA from the service queried in the yubikey.
3. Create a file in the home with the name `.fish_secret_variables.fish` and call in it `set -gx VAR_NAME VAR_VAULE` to set secret values in fish env.