Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdschmidt93/dotfiles
My dotfiles
https://github.com/fdschmidt93/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/fdschmidt93/dotfiles
- Owner: fdschmidt93
- Created: 2020-05-08T08:45:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T07:24:21.000Z (8 months ago)
- Last Synced: 2024-05-14T00:08:58.095Z (8 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 16.6 MB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My dotfiles are synchronized with stow. To link a single configuration or the entire dotfiles to your local config folder, do stow --adopt $FOLDER or stow --adopt *, respectively.## Packages
| Type | Name |
|-----------------------|--------------------------|
| OS | Arch Linux |
| Colorscheme | Gruvbox |
| Terminal Emulator | Kitty |
| Editor | Neovim |
| Shell | fish |
| Compositor | Picom |
| Status Bar | Polybar |
| Tiling Window Manager | i3-gaps |
| Font | JetBrains Mono Nerd Font |
| Application Launcher | Rofi |## Neovim
A show-case of my configuration from my work on [telescope-hop.nvim](https://github.com/nvim-telescope/telescope-hop.nvim).
![Sneak Peak](./gif/hop-demo.gif)
| Plugins | Description |
|-----------------------------------------------------------------------|------------------------------------|
| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | Fuzzy finder |
| [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | Syntax highlighting & text objects |
| [neogit](https://github.com/TimUntersberger/neogit) | A little magit for neovim |
| [vim-slime](https://github.com/jpalardy/vim-slime) | REPL |
| [galaxyline.nvim](https://github.com/glepnir/galaxyline.nvim) | Statusline |
| [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Built-in LSP |# TODO
- [ ] Commenting neovim config
- [ ] Screenshots