Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chalkygames123/dotfiles
Minimalistic dotfiles bootstrapped with Dotbot
https://github.com/chalkygames123/dotfiles
dotbot dotfiles macos zsh
Last synced: 23 days ago
JSON representation
Minimalistic dotfiles bootstrapped with Dotbot
- Host: GitHub
- URL: https://github.com/chalkygames123/dotfiles
- Owner: chalkygames123
- Created: 2020-08-31T10:10:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T12:39:02.000Z (about 1 month ago)
- Last Synced: 2025-01-20T03:46:40.887Z (26 days ago)
- Topics: dotbot, dotfiles, macos, zsh
- Language: Shell
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Prerequisites
Make sure you have [Homebrew](https://brew.sh/) installed, and if you haven't already, run `chmod -R go-w /opt/homebrew/share` (see: https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh).
## Getting started
1. If you already have files or directories listed in [`install.conf.yaml#link`](./install.conf.yaml), merge them into your clone of this repository as needed.
2. Run `./install` to bootstrap dotfiles.
3. Run `unset HISTFILE; rm -rf ~/.zsh_sessions` and reopen the terminal.
4. Run `brew bundle`.## Usage
### Back up a list of your applications into `applications`
```shell
./dump_applications
```> [!NOTE]
> This script will not work if the application folder is excluded from Spotlight searches.