https://github.com/zeepk/dotfiles
My haphazard dotfiles. Mostly just for me to share between laptops and not for public consumption.
https://github.com/zeepk/dotfiles
dotfiles lua neovim
Last synced: about 1 year ago
JSON representation
My haphazard dotfiles. Mostly just for me to share between laptops and not for public consumption.
- Host: GitHub
- URL: https://github.com/zeepk/dotfiles
- Owner: zeepk
- Created: 2022-01-22T08:24:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T05:28:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T08:18:33.803Z (about 1 year ago)
- Topics: dotfiles, lua, neovim
- Language: Lua
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
If you use these, prepare to be disappointed
## Stolen from
[Kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim)
[@ThePrimeagen](https://github.com/ThePrimeagen) - link to [dotfiles repo](https://github.com/ThePrimeagen/.dotfiles)
[@BashBunni](https://github.com/bashbunni) - link to [dotfiles repo](https://github.com/bashbunni/dotfiless)
## Things I have installed on my mac setups
- [neovim nightly dev](https://thomasventurini.com/articles/install-neovim-05-in-ubuntu/)
- [tmux](https://gist.github.com/simme/1297707)
- [tpm](https://github.com/tmux-plugins/tpm)
- [lazygit](https://github.com/jesseduffield/lazygit)
- [speedtest cli](https://www.speedtest.net/apps/cli)
- [lua](https://koenwoortman.com/lua-install-on-ubuntu/)
- [typescript environment](https://jose-elias-alvarez.medium.com/configuring-neovims-lsp-client-for-typescript-development-5789d58ea9c)
- [mono](https://www.mono-project.com/download/stable/#download-lin) for use with OmniSharp for c# and .NET development
- [clangformat](https://clang.llvm.org/docs/ClangFormat.html) for use with C programming