https://github.com/hassankhan/dotfiles
π§ .files for my personal setup on macOS
https://github.com/hassankhan/dotfiles
bash dotfiles macos
Last synced: about 1 year ago
JSON representation
π§ .files for my personal setup on macOS
- Host: GitHub
- URL: https://github.com/hassankhan/dotfiles
- Owner: hassankhan
- License: mit
- Created: 2018-12-04T10:00:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T09:24:14.000Z (over 2 years ago)
- Last Synced: 2025-03-25T00:38:18.796Z (over 1 year ago)
- Topics: bash, dotfiles, macos
- Language: Shell
- Size: 153 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hassan's dotfiles
## Installation
> **Warning:** If you want to give these dotfiles a try, you should first fork
> this repository, review the code, and remove things you donβt want or need.
> Don't blindly use my settings unless you know what that entails.
>
> **Use at your own risk!**
You can clone the repository wherever you want (I like to keep it in `~/Projects/dotfiles`).
```bash
git clone https://github.com/hassankhan/dotfiles.git && cd dotfiles
```
After cloning, run `bootstrap.sh`
## Notes
### iTerm
#### Shell integration with `fish`
After installing via Homebrew, open iTerm and install the shell integration
from the menu **iTerm2 > Install Shell Integration**.
After installation completes, move the contents of `~/.iterm2` to
`~/.local/bin` and remove `~/.iterm2_shell_integration.fish`.