Files
Main/2 Personal/Home Lab/MAC/Dotfiles.md

40 lines
1.4 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
- [ ] [Managing preference plists under Chezmoi | zacwest](https://zacwe.st/2021/09/14/managing-preference-plists.html)
- [ ] add .cursor settings to chezmoi
- [ ] make script and add to cron --> update all apps daily with homebrew and send notification to telegram bot
- [ ] maybe use a cron http managment tool that keeps track of all jobs