https://github.com/edr3x/.dotfiles
dotfiles for AwesomeWM, Neovim, Tmux, Starship, Rofi and many other tools i use
https://github.com/edr3x/.dotfiles
alacritty-config awesomewm dotfiles fish-shell lua neovim rofi shell-script starship-prompt tmux
Last synced: 10 months ago
JSON representation
dotfiles for AwesomeWM, Neovim, Tmux, Starship, Rofi and many other tools i use
- Host: GitHub
- URL: https://github.com/edr3x/.dotfiles
- Owner: edr3x
- Created: 2022-09-14T08:47:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:26:01.000Z (10 months ago)
- Last Synced: 2025-04-09T19:39:27.057Z (10 months ago)
- Topics: alacritty-config, awesomewm, dotfiles, fish-shell, lua, neovim, rofi, shell-script, starship-prompt, tmux
- Language: Lua
- Homepage:
- Size: 28.5 MB
- Stars: 74
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles





- WM : [awesome](https://awesomewm.org/)
- Bar : [wibar](https://awesomewm.org/apidoc/popups_and_bars/awful.wibar.html)
- App Launcher : [Rofi](https://github.com/davatorium/rofi/)
- Compositor : [Picom](https://github.com/yshui/picom)
- Terminal :
- Emulator : [Alacritty](https://alacritty.org/)
- Shell : [Fish](https://fishshell.com/)
- Prompt : [Starship](https://starship.rs/)
- Font : [Fira-Code-Nerd-Font](https://github.com/ryanoasis/nerd-fonts)
- Code Editor : [Neovim](https://neovim.io/)
- Theme Manager : [lxappearance](https://archlinux.org/packages/community/x86_64/lxappearance/)
- System Font : [Iosevka-Nerd-Font](https://github.com/ryanoasis/nerd-fonts)
- Icon Theme : [Tela-circle-dracula](https://www.xfce-look.org/p/1359276/)
## Installing
```bash
sudo pacman -S awesome alacritty fish neofetch neovim picom btop rofi clipmenu starship tmux stow git-delta
```
You will need `git` and GNU `stow`
Clone into `$HOME` directory
```bash
git clone https://github.com/edr3x/.dotfiles.git
```
Run `stow` to symlink everything or just select what you want
```bash
stow */ # For Everything
```
```bash
stow nvim # Only nvim config
```