99af395104
- change name of 'passworder' to 'rofi-keepasxc' - move 'rofi-keepassxc' to other repo - delete useless scripts - modify 'updot' script to not adding 'rofi-keepassxc' and useless scripts to this repo - modify sxhkd configs because of reason change name of 'passworder'
13 lines
751 B
Bash
Executable File
13 lines
751 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
echo "Adding configs to dotfiles repo..."
|
|
cd ~
|
|
cp .zshrc .Xresources .aliases .bashrc .zprofile .bash_profile .local/share/TelegramDesktop/tdata/shortcuts-custom.json ~/Dotfiles/botfiles/ &>/dev/null
|
|
cd ~/.scripts/
|
|
cp lockscreen.sh powermenu.sh screenshot.sh update-check.sh updater.sh wificheck.sh ~/Dotfiles/botfiles/.scripts/ &>/dev/null
|
|
cd ~/.config
|
|
cp -r autostart bspwm dconf dunst GIMP gtk-3.0 gtk-2.0 homepage mpd ncmpcpp neofetch nvim picom polybar qutebrowser ranger rofi sxhkd vifm vis vlc wallpapers yay zsh ~/Dotfiles/botfiles/.config/ &>/dev/null
|
|
cd ~/Dotfiles/botfiles/.config/
|
|
rm -rf nvim/bundle zsh/plugins mpd/database zsh/history mpd/mpd.log mpd/pid mpd/state mpd/sticker.sql vis/vis.log ncmpcpp/lyrics
|
|
echo "Done."
|