Repository is flagged as work in progress. There are things that aren't working now. For example, installation is not idempotent and make all not working as expected. Each command should be executed one by one.
On a sparkling fresh installation of macOS:
sudo softwareupdate -i -a
xcode-select --install
The Xcode Command Line Tools includes git
and make
(not available on stock macOS). Now there are two options:
Install this repo with curl
available:
bash -c "`curl -fsSL https://raw.githubusercontent.com/Mayurifag/.dotfiles/master/remote-install.sh`"
This will clone or download, this repo to ~/.dotfiles
depending on the availability of git
, curl
or wget
.
Alternatively, clone manually into the desired location:
git clone https://github.com/Mayurifag/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make
- Install zsh and make homebrew one to be default
- iCloud — delete all the syncs, maybe need guide here or smth
- VSCode - initiate sync
- Restore gpg key – launch keepassxc, search for gpg
- Setup each app
- superhuman / fork / calendar app
- https://www.taniarascia.com/setting-up-a-brand-new-mac-for-development/
- closing windows properly
- krisp twitter (tweetbot)
- some app to use whatsapp and skype and zoom
- mackup restore
- cyberduck
- https://docs.nextcloud.com/server/19/user_manual/pim/sync_osx.html
- Do I need any ssh config? Move from old pc
- Full instruction https://stackoverflow.com/questions/30850430/iterm2-hide-show-like-guake
Check startup -> User & Groups from Raycast Keyboard -> fn do nothing
Hidden telegram app in script editor
run application "Telegram"
tell application "Finder"
set visible of process "Telegram" to false
end tell
Need to think :S
https://sixcolors.com/post/2020/11/quick-tip-enable-touch-id-for-sudo/
TODO
TODO make caps lock switch languages and make it fast!
https://github.com/iwa/discrete-scroll-arm
Установить + удалить системный английский язык.
sudo installer -verbose -pkg RedQuits_v2.pkg -target / Privacy -> Accessibility -> enable
https://github.com/pystardust/ani-cli#MacOS
Disable on VSCode.
ln -s "/Users/mayurifag/Nextcloud/Rarely Useful/Software/espanso" "/Users/mayurifag/Library/Application Support/espanso"
- Bartender 4
- BetterSnapTool
- GitKraken
- Rubymine/Datagrip/Goland (login)
Shottr disable intro - defaults write cc.ffitch.shottr showIntro 2009463689
Its inspired mostly on webdev dotfiles repo Many thanks to the dotfiles community.
https://apple.stackexchange.com/questions/232371/el-capitan-remove-finder-from-application-switcher-cmd-tab https://gist.github.com/germanny/7642823 https://gist.github.com/naotone/d2cbb30cd8d54d34869f https://github.com/mathiasbynens/dotfiles https://github.com/alrra/dotfiles