https://github.com/heypoom/dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
https://github.com/heypoom/dotfiles
docker dotfile dotfiles fish linux macos neovim nvim nvimrc tmux tmux-conf vim vimrc vscode
Last synced: 6 months ago
JSON representation
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
- Host: GitHub
- URL: https://github.com/heypoom/dotfiles
- Owner: heypoom
- Created: 2017-08-05T07:05:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T13:04:25.000Z (6 months ago)
- Last Synced: 2025-07-13T15:20:18.548Z (6 months ago)
- Topics: docker, dotfile, dotfiles, fish, linux, macos, neovim, nvim, nvimrc, tmux, tmux-conf, vim, vimrc, vscode
- Language: Lua
- Homepage:
- Size: 27.3 MB
- Stars: 52
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poom's personal configuration.
Hello! Here is my personal configuration of the tools I use daily.
## How to use this configuration on my machine?
Use [Chezmoi](https://www.chezmoi.io) to bootstrap this configuration on your machine: `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply heypoom`
## How to use this configuration inside Docker?
Run `docker run -it phoomparin/dotfiles` to spawn a docker container using the `phoomparin/dotfiles` image.
# My Tools
Here's a non-exhaustive list of everything I used in my personal dotfiles.
- [Chezmoi](https://www.chezmoi.io) as dotfiles manager.
**Editor**
- [Neovim](https://neovim.io) as the primary editor on the command line.
- [LunarVim](https://www.lunarvim.org) as primary neovim distribution.
- [NVChad](https://nvchad.github.io) as secondary neovim distribution.
**Shell**
- [Fish Shell](https://fishshell.com) as the primary shell.
- [Fisher](https://github.com/jorgebucaran/fisher) as the plugin manager.
- [Tmux](https://github.com/tmux/tmux) as the terminal multiplexer.
- [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) as the plugin manager.
**Apps**
- [Obsidian](https://obsidian.md) as the primary knowledge base for writing notes and writings.
- More TBA