Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattbui/dotfiles
My dotfiles configs with one command initialization on a new machine.
https://github.com/mattbui/dotfiles
nvim tmux zsh
Last synced: about 1 month ago
JSON representation
My dotfiles configs with one command initialization on a new machine.
- Host: GitHub
- URL: https://github.com/mattbui/dotfiles
- Owner: mattbui
- Created: 2020-09-27T16:27:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T10:34:02.000Z (12 months ago)
- Last Synced: 2024-10-30T02:54:31.360Z (2 months ago)
- Topics: nvim, tmux, zsh
- Language: Shell
- Homepage:
- Size: 4.57 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles
Contents:
* [Intialization on a new machine](#intialization-on-a-new-machine)
- [Pre-requirements](#pre-requirements)
- [Magic command](#magic-command)
* [TODO/Features](#todofeatures)## Intialization on a new machine
### Pre-requirements
- curl
- wget
- zsh
- git### Magic command
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mattbui/dotfiles/master/initialize.sh)"
```## TODO/Features
- [x] init:
- [x] configs:
- [x] zsh
- [x] git
- [x] nvim
- [x] tmux
- [x] fzf
- [x] lf
- [x] direnv
- [ ] setup scripts (support for homebrew, apt, apk, without package manager):
- [ ] zsh
- [ ] git
- [x] nvim
- [ ] tmux
- [x] fzf
- [x] lf
- [ ] fd
- [x] conda
- [x] direnv
- [x] zsh:
- [x] antigen plugins manager
- [x] auto-complete
- [x] syntax highlight
- [x] vim mode
- [x] manpage
- [x] nvim:
- [x] basic settings
- [x] basic key-maps
- [x] plugins manager
- [x] colorscheme
- [x] coc, code completion
- [x] file explorer
- [x] lf
- [x] coc-explorer
- [x] git:
- [x] fugitive
- [x] coc-git
- [x] startify
- [x] floatterm
- [x] ipynb integration
- [x] fzf integration
- [x] tmux:
- [x] vim-like navigation
- [x] vim-like copy-mode
- [x] tmux-line
- [x] fzf: basic configs
- [x] use fd as default command
- [x] open file (fo)
- [x] change directory (fcd)
- [x] alias finder with fzf (fa)
- [x] ctrl+f to change directory with fzf
- [x] lf: basic configs
- [x] icons: nerd fonts
- [x] lfcd: map to ctr+o
- [x] trash
- [x] addDir, addFile
- [x] openWithEditor
- [ ] things to try??