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

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.

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