36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# How I have setup the dotfiles to be automated.
|
|
## Mackup
|
|
A tool to manage my dotfiles and configuration files.
|
|
https://github.com/lra/mackup
|
|
|
|
## Macprefs
|
|
A tool to backup all the settings of my mac:
|
|
https://github.com/clintmod/macprefs
|
|
It seems outdated.
|
|
|
|
# VIM
|
|
## ~/.vimrc
|
|
```dotfile
|
|
syntax on # enables syntax highlighing
|
|
set number
|
|
```
|
|
|
|
# Inspiration
|
|
- chezmoi
|
|
- ansible
|
|
- [ ] https://github.com/christophrumpel/dotfiles setup my own backup strategy, also [this](https://github.com/driesvints/dotfiles) #todo/p
|
|
|
|
|
|
---
|
|
## Todos
|
|
- [ ] look at all apps in mackup list. look at alternative terminals, look at customizing iterm
|
|
- [ ] installation script to automatically install all apps (brew, mas, brew --cask)
|
|
- [ ] installation script to automatically install oh my zsh and apply profile settings
|
|
- [ ] test chezmoi on ubuntu as well
|
|
- [ ] find if there is a cron manager: where all cron scripts can be found
|
|
- [ ] create a bin folder for my custom scripts
|
|
- [ ] mail setup
|
|
- [ ] settings backup macos
|
|
- [ ] dock settings
|
|
- [ ] move shortcuts from old macbook
|
|
- [ ] iterm and itsycal do not keep their settings |