Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasrcezimbra/dotfiles
https://github.com/lucasrcezimbra/dotfiles
dotfiles git gitconfig vim vimrc zsh zshrc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasrcezimbra/dotfiles
- Owner: lucasrcezimbra
- Created: 2016-06-10T14:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T18:19:49.000Z (2 months ago)
- Last Synced: 2024-11-07T19:27:47.261Z (2 months ago)
- Topics: dotfiles, git, gitconfig, vim, vimrc, zsh, zshrc
- Language: Shell
- Size: 109 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Installation and configuration files for my Debian + XFCE.
## Install
```bash
cd ~
sudo apt update -y && sudo apt install -y git
git clone [email protected]:lucasrcezimbra/dotfiles.git .dotfiles
cd .dotfiles
sh ./install.sh
```## Tools
- [aws-vault](https://github.com/99designs/aws-vault) to manage AWS credentials
- [btop](https://github.com/aristocratos/btop) - replacement for `top`
- [delta](https://github.com/dandavison/delta) - syntax-highlighting pager for `git` and `grep` outputs and replacement for `diff`
- [Docker](https://www.docker.com/)
- [eza](https://github.com/eza-community/eza) - replacement for `ls`
- [Flatpak](https://www.flatpak.org/) and [Snap](https://snapcraft.io/) to install apps
- [Git](https://git-scm.com/) + [GitHub CLI](https://cli.github.com/)
- [llm](https://github.com/simonw/llm) to access LLMs from the command-line
- [LunarVim](https://www.lunarvim.org/) - editor/IDE
- GitHub [copilot](https://github.com/zbirenbaum/copilot.lua)
- [markdown-preview](https://github.com/iamcco/markdown-preview.nvim)
- [neotest](https://github.com/nvim-neotest/neotest) to run tests inside the editor
- [nvim-dap-python](https://github.com/mfussenegger/nvim-dap-python) to debug inside the editor
- [mise-en-place](https://github.com/jdx/mise) to manage dev tool versions (Node, Python, Terraform, etc)
- [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh) + many plugins - shell
- [plocate](https://plocate.sesse.net/) to search files
- [Starship](https://starship.rs/) - shell prompt
- [WezTerm](https://github.com/wez/wezterm) - terminal emulator
- [Zeal](https://zealdocs.org/) - offline software documentation
- [zoxide](https://github.com/ajeetdsouza/zoxide) - replacement for `cd` and autojump