Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardobazico/dotfiles-base
https://github.com/leonardobazico/dotfiles-base
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardobazico/dotfiles-base
- Owner: leonardobazico
- License: mit
- Created: 2024-01-12T02:10:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T02:34:17.000Z (10 months ago)
- Last Synced: 2024-03-18T20:55:08.358Z (8 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles-base
This repo contains installation steps and common application settings.
To install the minimal bundle use: `make install-min`
`make help` for more details.
## [Homebrew](https://brew.sh)
- Install all homebrew dependencies or update the installed ones
- `make install-homebrew-dependencies`
- Get the current list of installed dependencies into the brew file
- `make dump-homebrew-dependencies`## [asdf](https://asdf-vm.com)
- Install all asdf dependencies or update the installed ones
- `make install-asdf-dependencies`
- To solve some issue with different installed versions of a cli, use the `asdf reshim` command.
- For example, the curreng golang version is `1.21.3` but the installed packages binaries are pointing to the `1.19` version. So running `asdf reshim golang` will update the binaries to the current version.