https://github.com/feliperdamaceno/dotfiles
A development environment setup with dotfiles, featuring Neovim (configured with Lua), and Tmux for efficient terminal management, tailored for a streamlined and productive workflow.
https://github.com/feliperdamaceno/dotfiles
lua neovim tmux
Last synced: about 2 months ago
JSON representation
A development environment setup with dotfiles, featuring Neovim (configured with Lua), and Tmux for efficient terminal management, tailored for a streamlined and productive workflow.
- Host: GitHub
- URL: https://github.com/feliperdamaceno/dotfiles
- Owner: feliperdamaceno
- License: mit
- Created: 2024-09-28T14:03:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T19:29:46.000Z (over 1 year ago)
- Last Synced: 2025-05-30T07:33:10.727Z (about 1 year ago)
- Topics: lua, neovim, tmux
- Language: Lua
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dotfiles
A development environment setup with dotfiles, featuring Neovim (configured with Lua), and Tmux for efficient terminal management, tailored for a streamlined and productive workflow.
## How to Setup
The first step is to clone the repository into your `.config` folder:
```shell
git clone https://github.com/feliperdamaceno/dotfiles.git ~/.config
```
Also make sure to clone `tmux` `tmp` package manager repository to the correct path by running:
```shell
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
```
Once that is done, start `tmux` and run `tmux source ~/.config/tmux/tmux.conf` to acknowledge the changes.
Finally, to fetch its plugins, press `prefix` + `I` (prefix is usually being `ctrl + b`)
For setting up `neovim`, first make sure to have it installed by following instructions from the [official repository](https://github.com/neovim/neovim). Once that's done, simply open it and all the settings and plugins will be automatically loaded.
## Licence
This is an open-source project and is available under the [**MIT License**](LICENSE). You are free to use, modify, and distribute the code in accordance with the terms of the license.
## Contributors
Contributions are highly appreciated! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
[feliperdamaceno](https://github.com/feliperdamaceno)
## Contact me
Linkedin: [feliperdamaceno](https://www.linkedin.com/in/feliperdamaceno)