mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-16 00:02:27 +00:00
Update README.md
This commit is contained in:
parent
872b8fcad6
commit
024db14128
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ You are highly adviced to first go through these dotfiles yourself and adjust th
|
|||
## Sample images
|
||||
|
||||
- Prompt (Fully adjustable, either manually [here](home/.config/sh/theme), or using other oh-my-zsh themes and removing the custom theme from `.zshrc`) 
|
||||
- Vim configuration (Fully adjustable, simply edit [`vimrc`](home/.config/vim/vimrc)) 
|
||||
- Neovim configuration (Fully adjustable, simply edit [`init.vim`](home/.config/nvim/init.vim)) 
|
||||
- Automatic unknown command package handler 
|
||||
|
||||
## What does it do
|
||||
|
@ -18,7 +18,7 @@ You are highly adviced to first go through these dotfiles yourself and adjust th
|
|||
- oh-my-zsh configuration is also supported, but it is off by default, adjust [`.zshrc`](home/.zshrc) to enable it
|
||||
- Even though enabling it is an option, it is not a necessary thing to do, oh-my-zsh has a lot of code that is mostly irrelevant and unused, these dotfiles give you the ability to completely avoid it, if you desire to do so
|
||||
- Custom [prompt](home/.config/sh/theme), both for oh-my-zsh configuration or for standalone usage
|
||||
- Custom [VIM configuration](home/.config/vim/vimrc) (designed for nvim, but should work fine with regular vim too)
|
||||
- Custom [VIM configuration](home/.config/nvim/init.vim) (designed for nvim, but will work for vim with some adjustments)
|
||||
- Many handy [aliases](home/.config/sh/aliases) and [functions](home/.config/sh/functions) (likely too many, you should adjust that to your needs)
|
||||
- [XDG configuration](home/.config/sh/environ) to avoid too much cluttering in home directory
|
||||
- [Automatic handlers](home/.config/sh/handlers) which override default command not found behavior to show the package to which given command belongs (requires pkgfile on Arch Linux)
|
||||
|
|
Loading…
Add table
Reference in a new issue