Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobi-wan-kenobi/dotfiles
Small collection of my humble dot files
https://github.com/tobi-wan-kenobi/dotfiles
Last synced: 30 days ago
JSON representation
Small collection of my humble dot files
- Host: GitHub
- URL: https://github.com/tobi-wan-kenobi/dotfiles
- Owner: tobi-wan-kenobi
- License: mit
- Created: 2016-11-19T10:37:51.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T17:11:38.000Z (about 2 years ago)
- Last Synced: 2024-08-02T13:34:06.714Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 374 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tobi-wan-kenobi's dotfiles
This collection of dotfiles documents my ongoing efforts to create a development environment (C, C++, Python, mostly) that:
- supports my workflow (terminal, vim, tmux)
- is minimalistic in the sense that sane defaults exist
- is easily portable across various linux distributions
- is not a big hassle to set upHere's the current state of things:
- setup: [dotbot](https://github.com/anishathalye/dotbot) (basically, just `git clone` followed by `./install`)
- window manager: [i3-gaps](https://github.com/Airblader/i3)
- terminal emulator: [alacritty](https://github.com/alacritty/alacritty)
- compositor: [picom](https://github.com/yshui/picom)
- editor: [neovim](https://neovim.io/) with a couple of plugins, most notably [CoC](https://github.com/neoclide/coc.nvim)
- terminal multiplexer: [tmux](https://github.com/tmux/tmux)
- theme: [gruvbox-light](https://github.com/morhetz/gruvbox)
- other tools:
- file explorer: [ranger](https://github.com/ranger/ranger) (with [dev-icons](https://github.com/alexanderjeurissen/ranger_devicons))
- ls replacement: [lsd](https://github.com/Peltoche/lsd)
- grep replacement: [ripgrep](https://github.com/BurntSushi/ripgrep)
- find replacement: [fd](https://github.com/sharkdp/fd)
- cat replacement: [bat](https://github.com/sharkdp/bat)
- [fzf](https://github.com/junegunn/fzf)gtk themes belong in `~/.themes/`, icons in `~/.icons/` (or `/usr/share\{themes,icons}`, if you want to use them for lightdm as well).
Hope you like it, and I always welcome suggestions for improvements as either tickets or PRs!