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
- Host: GitHub
- URL: https://github.com/aileks/dotfiles
- Owner: aileks
- License: gpl-3.0
- Created: 2024-01-19T20:08:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T01:28:00.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:15:02.900Z (about 2 years ago)
- Topics: dotfiles, i3-gaps, i3blocks, neovim, shell-scripts, sway, tiling-window-manager, tmux, wezterm, zshrc
- Language: Lua
- Homepage:
- Size: 44.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)