https://github.com/ghifari160/dotfiles
dotfiles
https://github.com/ghifari160/dotfiles
dotfiles dotfiles-linux dotfiles-macos yadm
Last synced: 3 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/ghifari160/dotfiles
- Owner: Ghifari160
- Created: 2021-09-22T01:04:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T07:11:38.000Z (9 months ago)
- Last Synced: 2025-05-30T23:21:45.143Z (5 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos, yadm
- Language: Shell
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# GHIFARI160's dotfiles
[GHIFARI160](https://github.com/ghifari160)'s dotfiles.
## License
MIT License.
[Bootstrapper](../bootstrapper) includes [third party libraries](../bootstrapper/THIRDPARTY).
## Cheatsheet
- _(macOS)_ Assign "Full Disk Access" and "App Management" permissions to Terminal
- _(macOS)_ Sign in to the App Store
- _(non-Ubuntu Linux)_ Apply software updates
- _(non-Ubuntu Linux)_ Download and install `curl`, `git`, and Homebrew dependencies
- Create a temporary
[GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new) with
account permissions:
- GPG keys: Read-only
- Git SSH keys: Read and write
- Run the setup script``` shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ghifari160/dotfiles/main/setup.sh)"
```