Skip to content

Latest commit

 

History

History
138 lines (90 loc) · 1.87 KB

macos.md

File metadata and controls

138 lines (90 loc) · 1.87 KB

Main:

  • Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • go

Homebrew:

  • ansible, autojump, curl, htop, nmap, ranger, telnet, thefuck, tig, tmux, tree, vim, wget, zsh
  brew install ansible autojump curl htop nmap ranger telnet thefuck tig tmux tree vim wget zsh
  • nerdfonts
brew tap homebrew/cask-fonts
brew cask install font-hack-nerd-font
  • postgres
brew install postgresql
brew services start postgresql

Node.js:

  • Check the node.js version:
node -v
  • Remove all about an old node.js:
brew uninstall node
sudo rm -rf /usr/local/{lib/node{,/.npm,yarn,_modules},bin,share/man}/{npm*,node*,yarn*,man1/node*}
sudo rm -rf /opt/local/bin/node /opt/local/include/node /opt/local/lib/node_modules
sudo rm -rf /usr/local/bin/npm /usr/local/bin/yarn /usr/local/share/man/man1/node.1 /usr/local/lib/dtrace/node.d
  • Install the nvm (without using the homebrew):
https://github.com/nvm-sh/nvm#installing-and-updating
  • Check the nvm version:
nvm --version
  • Install the necessary node.js version:
nvm install --lts
  • Set the node.js version as the default:
nvm use default
  • Check the .npmrc file:
ls ~ | grep .npmrc
  • Install yarn using npm:
npm i -g yarn
  • Check for all node.js and npm versions:
where node
which node
where npm
where npm
  • Update the npm:
npm i -g npm
  • Check the current version of node.js:
nvm current
  • Check the node.js was installed by the current path:
/Users/nikolasmelui/.nvm/versions/node/${version}/bin/npm

Desktops:

  • Google Chrome

  • Firefox

  • IntellijIDEA

  • VSCode

  • Postman

  • Wireshark

  • Iterm2

  • Docker

  • TunnelBlick

  • Karabiner Elements

  • Spectacle

  • Slack

  • Telegram