mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-24 17:15:08 +03:00
Remove sway configs and add aliases for vi and vim
in zshrc
This commit is contained in:
parent
4e1d24a462
commit
739f2d43f4
2 changed files with 4 additions and 13 deletions
14
README.md
14
README.md
|
@ -8,7 +8,7 @@ Features:
|
||||||
- alacritty config (solarized dark, 60x20, JetBrains Mono)
|
- alacritty config (solarized dark, 60x20, JetBrains Mono)
|
||||||
- Jetbrains Mono installation (macOS or Linux)
|
- Jetbrains Mono installation (macOS or Linux)
|
||||||
- macOS-specific configuration ([Homebrew](https://brew.sh), git gpg fixing, alacritty and JetBrains Mono installation)
|
- macOS-specific configuration ([Homebrew](https://brew.sh), git gpg fixing, alacritty and JetBrains Mono installation)
|
||||||
- sway configs (sway + waybar) (fzf required)
|
|
||||||
During the installation you can configure git by embedded configurator:
|
During the installation you can configure git by embedded configurator:
|
||||||
|
|
||||||
- user.name
|
- user.name
|
||||||
|
@ -23,15 +23,3 @@ sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
||||||
### Upgrading dotfiles
|
### Upgrading dotfiles
|
||||||
|
|
||||||
Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink old dotfiles, link new if needed and upgrade oh-my-zsh.
|
Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink old dotfiles, link new if needed and upgrade oh-my-zsh.
|
||||||
|
|
||||||
### Screenshot
|
|
||||||
|
|
||||||
![screen](https://user-images.githubusercontent.com/71599788/182587818-f04271c5-51f2-4275-84b6-98d71c8e5584.png)
|
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
- sway
|
|
||||||
- zsh
|
|
||||||
- git
|
|
||||||
- pcmanfm-qt
|
|
||||||
- fzf
|
|
||||||
|
|
|
@ -7,3 +7,6 @@ plugins=(git zsh-syntax-highlighting)
|
||||||
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
|
alias upgrade_dotfiles="sh $HOME/.dotfiles/tools/upgrade.sh"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
alias vi="nvim"
|
||||||
|
alias vim="nvim"
|
||||||
|
|
Loading…
Reference in a new issue