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

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.

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