An open API service indexing awesome lists of open source software.

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

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.