Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurabeatris/dotfiles
My baked portable .dotfiles 🥯
https://github.com/laurabeatris/dotfiles
asdf brew dotfiles homebrew macos oh-my-zsh raycast shell zsh
Last synced: 3 months ago
JSON representation
My baked portable .dotfiles 🥯
- Host: GitHub
- URL: https://github.com/laurabeatris/dotfiles
- Owner: LauraBeatris
- Created: 2022-09-19T12:20:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T18:49:58.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:10:32.721Z (8 months ago)
- Topics: asdf, brew, dotfiles, homebrew, macos, oh-my-zsh, raycast, shell, zsh
- Language: C
- Homepage:
- Size: 35.8 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laura's Dotfiles 🥯
I've not aimed (yet) to create a appropriate Dotfiles repository that comes with installation scripts, therefore symlinks have to be created manually as well as installing Brew dependencies, refer to the instructions below
## `install.sh` script
Run `install.sh` to install dependencies and create symlinks without having to perform tasks manually. This script is **still work in progress**## Homebrew
*Learning resource: https://pumpingco.de/blog/brewfile/*### Install all packages
The following command will install the listed packages from [Brewfile](./Brewfile) or bring team all to the latest version
```bash
brew bundle --file ./homebrew/Brewfile
```### Update Brewfile
The Brewfile from this repository should be updated accordingly when installing new dependencies on your current machine- `brew` for regular Homebrew command-line apps
- `cask` for desktop applications
- `mas` for Apple App Store applications```bash
cd homebrew && brew bundle dump
```## Symlinks
*Learning resource: https://www.jakewiesler.com/blog/managing-dotfiles#understanding-stow*
Use `stow` to create symlinks for each package
```bash
stow ./zsh
```