https://github.com/anujc4/dotfiles
Dotfiles configuration
https://github.com/anujc4/dotfiles
configuration linux shell-script
Last synced: 9 months ago
JSON representation
Dotfiles configuration
- Host: GitHub
- URL: https://github.com/anujc4/dotfiles
- Owner: anujc4
- Created: 2019-06-23T14:19:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T15:06:18.000Z (11 months ago)
- Last Synced: 2025-07-29T17:59:11.619Z (11 months ago)
- Topics: configuration, linux, shell-script
- Language: Shell
- Homepage:
- Size: 27.9 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Config files for various applications I use across mac and linux
Has configurations for
* [Alacritty](https://github.com/jwilm/alacritty): Terminal emulator
* [Tmux](https://github.com/tmux/tmux): Terminal multiplexer
* [Yabai](https://github.com/koekeishiya/yabai): i3 replacement for macOS, comes
with configurations for skhd, sketchybar and borders.
* [ohmyzsh](https://ohmyz.sh/): framework for managing your Zsh configuration
## Installation
Dotfiles are bundled using [dotbot](https://github.com/anishathalye/dotbot).
Update dotbot sub-module if required
```bash
git submodule update --remote dotbot
```
Then run the install command
```bash
./install
```
## License
This project is no license. Do whatever the f**k you want to do with it.