Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guilchaves/dotfiles

My dotfiles for Arch linux. Use stow to install.
https://github.com/guilchaves/dotfiles

arch-linux fish hyprland kitty-terminal neovim tmux waybar wofi

Last synced: 4 days ago
JSON representation

My dotfiles for Arch linux. Use stow to install.

Awesome Lists containing this project

README

        

# Dotfiles

This repository contains some of my personal dotfiles. Feel free to use them as inspiration to build your own setup from these files.

## Contents

- neovim config
- git config
- fish config
- tmux
- hyprland
- wofi
- waybar
- kitty terminal

## Neovim setup

#### Requirements

- Neovim **0.9.5** (needs to be built with **LuaJIT**)
- Git >= **2.34.1** (probably, idk)
- [LazyVim](https://www.lazyvim.org/)
- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) **_(optional)_**
- **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)
- **find files**: [fd](https://github.com/sharkdp/fd)
- Hyprland

### Fish

- [Fish shell](https://fishshell.com/)
- [Fisher](https://github.com/jorgebucaran/fisher) - Plugin manager
- [Tide](https://github.com/IlanCosman/tide) - Shell theme. Use version 5: `fisher install ilancosman/tide@v5`
- [z for fish](https://github.com/jethrokuan/z) - Directory jumping
- [fzf](https://github.com/PatrickF1/fzf.fish) - Interactive filtering

### Tmux

- add .tmux.conf on ~/
- install Tmux Plugin Manager
- neovim colorscheme on tmux fixed based on this [article](https://www.cyfyifanchen.com/blog/neovim-true-color)