


The functionality described in this section requires version 20220408-101518-b908e2dd of wezterm,Ī new key_map_preference option controls how keys without an explicit phys: In order to continue to respect the SHIFT modifier. Switch_to_last_active_tab_when_closing_tabĬonfig. Skip_close_confirmation_for_processes_named I did the following to initialize conda.Adjust_window_size_when_changing_font_size I used graphical installer, so I need to initialize conda to add Anaconda to PATH. Python and Conda Configurations Anaconda Configurations
#ITERM CHEAT SHEET INSTALL#
RStudio would automaticaly detect the required r packages once you open a new R file, so we can easily install the packages all at once with a simple click. # solve the conda env issue # Reference: set -g default-command "/bin/zsh" Programming RStudio Run '~/.tmux/plugins/tpm/tpm' # enable mouse scrolling set -g mouse on # List of plugins set -g 'tmux-plugins/tpm' set -g 'tmux-plugins/tmux-sensible' # Initialize TMUX plugin manager (keep this line at the very bottom of nf) I don’t plan to use vim a lot, so just simply configure. Profiles -> Keys -> Left(Right) Option Key. I directly change both option keys to Esc+ in iTerm2 settings. Emacs Configurationsįollowing the instructions on my previous post Emacs Configuration, and remove elpy, flycheck, ein packages.Ībout Meta keys, since there is something different with my left and right option key between apple keyboard and my HP keyboard. Then I shall be able to use git conveniently. Secondly, add id_rsa.pub to the SSH settings on github website and add shortcuts in. Git config user.email "" # show the git config info for current git repo Git config -global user.email "" # repository-specific configuration May try later.įollow my previous notes about server settings and git settings. Have tried powerlevel9k and powerlevel10k, not used to them. Use the default robbyrussell as the theme.Import color scheme(Solarized Dark Higher Contrast) from online sources, and then set the color presets to be the selected one.Add oh-my-zsh plugins: git, oxs, zsh-autosuggestions.Install oh-my-zsh: sh -c "$(curl -fsSL )".Configuration of a beautiful (efficient) terminal and prompt on OSX in 7minutes.Install zsh-syntax-highlighting: brew install zsh-syntax-highlighting.Install zsh-completions: brew install zsh-completions.Install Joplin: brew cask install joplin.Install homebrew: /bin/bash -c "$(curl -fsSL )".Another way is to modify the section in the setting file ~/.config/texstudio/texstudio.ini. Note that we need restart TexStudio for the modification to take effects. First, I copied the file and save it as Solarized_Light.txsprofile, then Options-> Load Profile to load it. I used a Solarized Light theme in Francis-Hsu’s Github.
#ITERM CHEAT SHEET CODE#
VS Code would remember your action, so next time you open VS Code, you can directly check recent activities to quickly connect ssh.I have set ssh configurations, so I can directly see the available remote servers. Open VS Code, press F1 to open the command plate, select Remote-SSH: Connect to Host…, and choose the remote server.

Install the Remote Development extension pack in VS Code, and this would enable us to use VS Code to edit remote files. Python, Remote Development, C/C++, Markdown Preview Enhanced, Bracket Pair Colorizer 2
