Last active
November 14, 2024 13:05
-
-
Save nosarthur/f70a9dec7bfa011379b1db406419465c to your computer and use it in GitHub Desktop.
TODO for new mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## softwares | |
https://www.google.com/chrome/browser-tools/ | |
https://iterm2.com/downloads.html | |
https://brew.sh/ | |
https://www.alfredapp.com/help/v4/ | |
https://www.dropbox.com/install | |
https://macmousefix.com/ | |
https://www.mowglii.com/itsycal/ | |
https://karabiner-elements.pqrs.org/ | |
https://www.loom.com/download | |
https://get.vial.today/download/ | |
## home brew | |
brew install fortune | |
brew install tldr | |
brew install coreutils | |
brew install csvkit | |
brew install fx | |
brew install gron | |
brew install wget | |
brew install tree | |
brew install ripgrep | |
brew install fd | |
brew install fzf | |
brew install font-hack-nerd-font | |
brew install vim | |
brew install vifm | |
brew install bash-completion | |
brew install tlrc | |
brew install nodejs | |
brew install git-delta | |
brew install ctags | |
brew install --cask basictex | |
brew install bat | |
brew install parallel | |
brew install tmux | |
brew install ccls | |
# switch to bash | |
brew install bash | |
exec bash | |
echo $(brew --prefix)/bin/bash | sudo tee -a /private/etc/shells | |
chsh -s [path-to-bash] | |
## dotfiles | |
git clone --bare https://github.com/nosarthur/dotfiles.git ~/Documents/dotfiles | |
git --git-dir=$HOME/Documents/dotfiles --work-tree=$HOME checkout | |
## vim | |
:CocInstall coc-pyright coc-word coc-ccls coc-json coc-prettier | |
## colemak DHk matrix | |
copy .vim/keyboard/Colemak DHk.bundle to Library/Keyboard layouts/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment