Add mpdmenu fork script to dotfiles

This commit is contained in:
Wiktor Zykubek 2020-03-16 16:01:18 +01:00
parent 3c65def672
commit eee2102c47
4 changed files with 5 additions and 4 deletions

View File

@ -66,7 +66,6 @@ call plug#begin('~/.config/nvim/bundle')
Plug 'bfrg/vim-cpp-modern' Plug 'bfrg/vim-cpp-modern'
Plug 'jelera/vim-javascript-syntax' Plug 'jelera/vim-javascript-syntax'
Plug 'udalov/kotlin-vim' Plug 'udalov/kotlin-vim'
call plug#end() call plug#end()
"============= "=============

View File

@ -1,6 +1,6 @@
[FileDialog] [FileDialog]
history=file:///home/samedamci/Pictures/Screenshots history=file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.scripts/rofi-keepassxc
lastVisited=file:///home/samedamci/Pictures/Screenshots lastVisited=file:///home/samedamci/.scripts/rofi-keepassxc
qtVersion=5.14.1 qtVersion=5.14.1
shortcuts=file:, file:///home/samedamci shortcuts=file:, file:///home/samedamci
sidebarWidth=90 sidebarWidth=90

View File

@ -99,6 +99,6 @@ XF86AudioPlay
mpc toggle mpc toggle
# Open ncmpcpp # Open ncmpcpp
XF86Tools XF86Tools
st -e ncmpcpp $HOME/.scripts/mpdmenu/mpdmenu

2
dotman
View File

@ -151,6 +151,8 @@ copy_configs() {
cd ~/.scripts/ cd ~/.scripts/
rm -rf rofi-keepassxc rm -rf rofi-keepassxc
git clone https://github.com/samedamci/rofi-keepassxc git clone https://github.com/samedamci/rofi-keepassxc
rm -rf mpdmenu
git clone https://github.com/samedamci/mpdmenu
chmod +x ~/.scripts/* chmod +x ~/.scripts/*
cd ~/.config/zsh cd ~/.config/zsh