Compare commits

..

No commits in common. "84aa0e9d15a00029925dca93bead193454f6467e" and "4128b4ee0689fd2c89bde202c2f6834b736f5996" have entirely different histories.

2 changed files with 1 additions and 40 deletions

View file

@ -115,5 +115,5 @@ service_install "services/myservice.service" 1
## Licence
This software is licenced under the GNU-GPL 3 licence, you can found a copy of
This softeware is licenced under the GNU-GPL 3 licence, you can found a copy of
the licence [here](https://www.gnu.org/licenses/gpl-3.0.en.html).

View file

@ -1,39 +0,0 @@
# this is an example of a bootstrap file for mail dotfile
# here is the strucure of files :
#
# .
# ├── bin
# │   └── check_mails.sh
# ├── bootstrap
# ├── config
# │   ├── afw
# │   │   └── config
# │   ├── mbsync
# │   │   └── config
# │   ├── msmtp
# │   │   └── config
# │   ├── neomutt
# │   │   ├── base16.muttrc
# │   │   ├── keybinding.neomuttrc
# │   │   ├── mailcap
# │   │   └── neomuttrc
# │   └── notmuch
# │   └── config
# ├── README.md
# └── services
# ├── mail.service
# └── mail.timer
# check required executables
check_bin "neomutt notmuch mbsync afew msmtp"
# symblink folder which contains configurations folders to $HOME/.config/
process_dirs config ${HOME}/.config
# Symblink and install systemd services, first the service that doesn't need to
# be activated then the timer which need
install_service "services/mail.service"
install_service "services/mail.timer" 1
# Symblink an executable to $HOME\.local\bin\
install_bin "bin/check_mails.sh"