mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
Addin my neovim config
This commit is contained in:
parent
63eeb3e564
commit
fe139cbd11
3 changed files with 9 additions and 4 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
xdg-user-dirs-update
|
xdg-user-dirs-update
|
||||||
|
|
||||||
# Install Neovim
|
# Install Neovim
|
||||||
|
cd
|
||||||
git clone https://github.com/neovim/neovim
|
git clone https://github.com/neovim/neovim
|
||||||
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
|
cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
git checkout stable
|
git checkout stable
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ echo '# Increase volume
|
||||||
|
|
||||||
# Mute volume
|
# Mute volume
|
||||||
"amixer set Master toggle"
|
"amixer set Master toggle"
|
||||||
XF86AudioMute' >> ~/.xbindkeysrc
|
XF86AudioMute' >> ~/.xbindkeysrc
|
||||||
|
|
||||||
xbindkeys -f ~/.xbindkeysrc
|
xbindkeys -f ~/.xbindkeysrc
|
||||||
#--------------------------------------------------
|
#--------------------------------------------------
|
||||||
|
|
@ -81,4 +81,5 @@ cd
|
||||||
cd debian-z/
|
cd debian-z/
|
||||||
source optional/keyboard_layout.sh
|
source optional/keyboard_layout.sh
|
||||||
source optional/terminal_in_pcmanfm.sh
|
source optional/terminal_in_pcmanfm.sh
|
||||||
|
source optional/nvim.sh
|
||||||
#source optional/nvidia.sh
|
#source optional/nvidia.sh
|
||||||
3
optional/nvim.sh
Executable file
3
optional/nvim.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git clone https://github.com/zedsalim/nvim ~/.config/nvim
|
||||||
Loading…
Add table
Add a link
Reference in a new issue