35 lines
1.1 KiB
Bash
35 lines
1.1 KiB
Bash
# Password
|
|
rm -rf /home/misha/.password-store
|
|
ln -s /etc/nixos/other-config/.password-store /home/misha/
|
|
|
|
# Mail
|
|
mkdir -p /home/misha/Maildir
|
|
rm -f /home/misha/.offlineimaprc
|
|
ln -s /etc/nixos/other-config/mail/imap/.offlineimaprc /home/misha/
|
|
|
|
rm -f /home/misha/.msmtprc
|
|
ln -s /etc/nixos/other-config/mail/smtp/.msmtprc /home/misha/
|
|
|
|
# Emacs
|
|
rm -f /home/misha/.emacs.d/README.org
|
|
ln -s /etc/nixos/other-config/emacs/README.org /home/misha/.emacs.d/
|
|
touch /home/misha/.emacs.d/custom.el
|
|
|
|
rm -f /home/misha/.emacs.d/init.el
|
|
ln -s /etc/nixos/other-config/emacs/init.el /home/misha/.emacs.d/
|
|
|
|
rm -rf /home/misha/.emacs.d/snippets
|
|
ln -s /etc/nixos/other-config/emacs/snippets/ /home/misha/.emacs.d/
|
|
|
|
rm /home/misha/.authinfo.gpg
|
|
ln -s /etc/nixos/other-config/emacs/caldav/.authinfo.gpg /home/misha/
|
|
|
|
rm -r /home/misha/.emacs.d/custom.el
|
|
ln -s /etc/nixos/other-config/emacs/custom.el /home/misha/.emacs.d/
|
|
|
|
# Recoll
|
|
rm -f /home/misha/.recoll/recoll.conf
|
|
ln -s /etc/nixos/other-config/recoll/recoll.conf /home/misha/.recoll/
|
|
|
|
rm -f /home/misha/.recoll/fragbuts.xml
|
|
ln -s /etc/nixos/other-config/recoll/fragbuts.xml /home/misha/.recoll/
|