KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dotfiles
★ 12
Open GitHub ↗
A collection of my dotfiles
Download README (.md)
Explore Similar Repositories
corozo
:
A simple script to encode 4K HDR content using ffmpeg
armita
:
Array methods for iterators
WasabiVsSamourai
:
No description available.
if_rust_version
:
Macro to enable code depending on the rust version
tinymce-plugin
:
this repository talk about how can we add or implement plugins to tinymce-vue editor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
# dotfiles A collection of dotfiles I use/used across work/personal laptops # Tools to install - brew - git - zsh - oh-my-zsh - zsh plugins (use the script) - nvim - vim-plug - tmux - tmux plugin manager - yarn (required for some of the nvim plugins) - [fzf](https://github.com/junegunn/fzf) - [delta](https://github.com/dandavison/delta) - [ripgrep](https://github.com/BurntSushi/ripgrep) - htop - jq - fd - wget - doom emacs and emacs ``` brew tap d12frosted/emacs-plus brew install emacs-plus --with-native-comp --with-modern-doom3-icon git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ~/.config/emacs/bin/doom install ``` ### Some commands ```bash brew install tmux nvim fzf git-delta ripgrep htop jq fd wget # To install useful key bindings and fuzzy completion: $(brew --prefix)/opt/fzf/install ```