A short tutorial how to setup a nice terminal environment using Alacritty, Tmux, Fish, OMF and the Fish theme bobthefish.
Tested on Pop_OS 20.04.
- Install the required packages:
sudo apt install alacritty tmux fish fonts-powerline fonts-hack-ttf| # Alist Manager Script for Windows | |
| # Version: 3.57.0 (Random password only after first installation) | |
| # Run with below command in Windows, open with Powershell with admin permission or Open in ISE editor | |
| # Executing should set-executionpolicy unrestricted | |
| # This allow u to run unsigned ps script. | |
| # | |
| # Powershell -executionpolicy bypass -File alist-manager.ps1 | |
| # ----------------------------- | |
| # Check for administrator privileges and elevate if needed |
| " Docs | |
| " https://github.com/JetBrains/ideavim/wiki/set-commands | |
| " Make sure to click reload on the right to take into effect | |
| " Need to install more plugins as listed here | |
| " https://plugins.jetbrains.com/bundles/7-ideavim-bundle | |
| """ Common settings | |
| """ https://github.com/JetBrains/ideavim/wiki/%22set%22-commands |
| wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb | |
| sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb |
| # This code is licensed under the terms of the MIT license. | |
| ## Golden config for golangci-lint v1.50.1 | |
| # | |
| # This is the best config for golangci-lint based on my experience and opinion. | |
| # It is very strict, but not extremely strict. | |
| # Feel free to adopt and change it for your needs. | |
| run: | |
| # Timeout for analysis, e.g. 30s, 5m. |
https://forums.linuxmint.com/viewtopic.php?f=208&t=360790
Hi! There are not such a settings. They are also absent in the Nemo settings. I made the next: CODE: SELECT ALL
$ sudo subl /usr/local/share/applications/nemo.desktop
| REGEDIT4 | |
| [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] | |
| "Arial"="wqy-microhei.ttc" | |
| "Arial Black"="wqy-microhei.ttc" | |
| "Arial CE,238"="wqy-microhei.ttc" | |
| "Arial CYR,204"="wqy-microhei.ttc" | |
| "Arial Greek,161"="wqy-microhei.ttc" | |
| "Arial TUR,162"="wqy-microhei.ttc" | |
| "Courier New"="wqy-microhei.ttc" |
https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/
add ssh key to bitbucket
checks your SSH agent for an SSH key, and then checks if that private key matches a public key for an acc
ssh -T [email protected]
As mentioned in the comment section, GCC versions lower than 7 are still available in xenial repository. You can follow the following steps to install gcc-5:
Add xenial to /etc/apt/sources.list
Open sources.list with sudo
sudo vim /etc/apt/sources.list
Add the following lines in the sources.list file
| // ==UserScript== | |
| // @name sydneytoday copy helper | |
| // @namespace http://www.github.com/ | |
| // @version 0.1.0 | |
| // @description copyable | |
| // @author xx | |
| // @license MIT | |
| // @match https://www.sydneytoday.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=www.sydneytoday.com | |
| // @run-at document-start |