See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
Setting up a remote interpreter on PyCharm is awfully unintuitive. I've pared it down to what I think is the minimal number of steps, and leaves the fewest number of deployment configurations and Python interpreters lying around. This is designed for my specific configuration (specifically PyTorch); adapt as needed.
.env
, add ";.env" to the "Exclude items by name" fieldset imap_user="[email protected]" | |
set imap_pass=`/usr/bin/security find-generic-password -w -a '[email protected]' -s 'Gmail'` | |
set folder=imaps://imap.gmail.com/ | |
set spoolfile=+INBOX | |
set record="+[Gmail]/Sent Mail" | |
set postponed="+[Gmail]/Drafts" | |
# https://www.neomutt.org/guide/reference search sleep_time for additional info | |
set sleep_time=0 # be faster |
# Scroll left --> Ctrl+Shift+Tab | |
"xte 'keydown Control_L' 'keydown Shift_L' 'key Tab' 'keyup Shift_L' 'keyup Control_L'" | |
b:6 | |
# Scroll right --> Ctrl+Tab | |
"xte 'keydown Control_L' 'key Tab' 'keyup Control_L'" | |
b:7 | |
# Bottom side button --> Alt+Tab | |
"xte 'keydown Alt_L' 'key Tab' 'usleep 100000' 'keyup Alt_L'" |
# References | |
# OhMyZsh: https://github.com/robbyrussell/oh-my-zsh | |
# Powerlevel9k: https://github.com/bhilburn/powerlevel9k | |
# Powerline fonts: https://github.com/powerline/fonts | |
# Awesome Terminal Fonts: https://github.com/gabrielelana/awesome-terminal-fonts | |
# ZSH Syntax Highlighting: https://github.com/zsh-users/zsh-syntax-highlighting | |
# | |
# For more plugins search this repo: https://github.com/unixorn/awesome-zsh-plugins | |
# 256 color mode |