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

https://github.com/aileks/dotfiles

i3-gaps + i3blocks + neovim + wezterm + tmux
https://github.com/aileks/dotfiles

dotfiles i3-gaps i3blocks neovim shell-scripts sway tiling-window-manager tmux wezterm zshrc

Last synced: 3 months ago
JSON representation

i3-gaps + i3blocks + neovim + wezterm + tmux

Awesome Lists containing this project

README

          

# Dotfiles

My set up and install scripts for Fedora.

## Quick Start

```bash
curl -fsSL https://aileks.dev/linux | bash
```

Or manually:

```bash
git clone https://codeberg.org/aileks/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./setup.sh
```

## Install Script Flags

```bash
./install.sh # Interactive menu
./install.sh 1 # Full setup (symlinks + build)
./install.sh 2 # Symlink only
./install.sh 3 # Packages only
./install.sh 4 # Zsh setup only
./install.sh --dry-run 1 # Preview changes
```

## License

[MIT](./LICENSE)