Skip to content

abbashus/settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

settings

Repository to hold various settings

MACOS Setup

  1. Install git
  2. Make Git auto-complete . See here for more
  • Find if Git auto-completion script already exist
sudo find / -type f -name "git-completion.bash"

It should somewhere here: /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash
  • If yes copy it to home directory
cp /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash ~/.git-completion.bash
  • Change your ~/.bashrc or ~/.bash_profile accordingly (or ~/.zshrc or other shell config file)
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
  1. Install Intellij (Java)
  2. Install Pycharm (Python)
  3. Install VSCode (Javascript, Typescript, and everything else)
  4. Setup Midway and SSH to log into Cloud Desktop and prod hosts.

About

Repository to hold various settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages