Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guilchaves/dotfiles
- Owner: guilchaves
- License: mit
- Created: 2025-01-24T21:43:02.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T04:51:15.000Z (6 days ago)
- Last Synced: 2025-01-26T05:23:41.637Z (6 days ago)
- Topics: arch-linux, fish, hyprland, kitty-terminal, neovim, tmux, waybar, wofi
- Language: Shell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)