cd /usr/bin
sudo touch delete-git-branches-except && sudo vim delete-git-branches-except
#!/bin/bash
/* | |
* This is free and unencumbered software released into the public domain. | |
* | |
* For more information, please refer to <https://unlicense.org> | |
*/ | |
//Regular text | |
#define BLK "\e[0;30m" | |
#define RED "\e[0;31m" | |
#define GRN "\e[0;32m" |
name: CreateDependabotIssue | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
types: [ opened, reopened] | |
jobs: | |
issue: |
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
# Go to the Downloads directory.
cd Downloads
In LUbuntu, when you install a snap application it will not include a desktop icon in the main menu. Follow the instruction below to add a desktop icon in main menu.
1. Change directory to "/var/lib/snapd/desktop/applications/".
2. Execute the command "sudo cp <name.desktop> /usr/share/applications/".