Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakrihacker/dotfiles
My personal configuration files
https://github.com/chakrihacker/dotfiles
Last synced: about 1 month ago
JSON representation
My personal configuration files
- Host: GitHub
- URL: https://github.com/chakrihacker/dotfiles
- Owner: chakrihacker
- License: mit
- Created: 2020-11-06T13:05:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T11:32:58.000Z (about 4 years ago)
- Last Synced: 2024-10-27T14:17:57.260Z (3 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My personal configuration files## Installation
- Install [YADM](https://yadm.io)
```bash
curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x /usr/local/bin/yadm
```
- `yadm clone --bootstrap https://github.com/chakrihacker/dotfiles.git`## Description
Here's what is the bootstrap is doing:
- Install zsh with [oh-my-zsh](https://ohmyz.sh/) as a plugin manager
- Install all the packages/apps from `.Brewfile` using [Homebrew](https://brew.sh)## Manual things to do after
- Set the homebrew zsh as the default shell
```bash
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
```- Delete `/usr/local/bin/yadm` and run `brew bundle` again to get `yadm` set up in homebrew properly