add emmet, buffer line to nvim, update vscode, del amfora & polybar weather script

This commit is contained in:
Smirnov Alexander 2021-05-30 19:25:02 +03:00
parent fcb370ba0b
commit a4532907b4
7 changed files with 81 additions and 150 deletions

8
zshrc
View file

@ -7,15 +7,15 @@ export EDITOR="nvim"
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.golang/bin:$GOPATH/bin:$PATH"
## Oh my zsh
export OMH="$HOME/.oh-my-zsh"
# ZSH_THEME="simple"
plugins=(dotenv)
source $OMH/oh-my-zsh.sh
ZSH_THEME="simple"
source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
## HotKets
bindkey -s "^o" "ranger\n"
bindkey -s "^v" 'nvim $(fzf)\n'
bindkey -s "^e" 'nvim $(fzf)\n'
bindkey -s "^f" 'cd $(fd -t directory | fzf)\n'
bindkey -s "^g" "lazygit\n"
## FNM
eval $(fnm env)