From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
-
Switch to the main branch, usually 'develop':
git checkout develop -
Get a list of fully merged branches:
From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
Switch to the main branch, usually 'develop':
git checkout develop
Get a list of fully merged branches:
| { | |
| "hacfun":[ | |
| "|∀゚", | |
| "(´゚Д゚`)", | |
| "(;´Д`)", | |
| "(`・ω・)", | |
| "(=゚ω゚)=", | |
| "| ω・´)", | |
| "|-` )", | |
| "|д` )", |
| all: get-network-interfaces get-gateway-ip | |
| get-network-interfaces: get-network-interfaces.c | |
| gcc -o get-network-interfaces -ggdb -O1 -Wall -W -ansi -pedantic -std=gnu99 get-network-interfaces.c | |
| get-gateway-ip: get-gateway-ip.c | |
| gcc -o get-gateway-ip -ggdb -O1 -Wall -W -ansi -pedantic -std=gnu99 get-gateway-ip.c | |
| clean: | |
| rm -rf get-network-interfaces |
This is a gist repository for some external configs for subconverter, you can use the raw address of the following INIs to generate a specified set of rules, groups and/or scripts.
Get alacritty.
yay alacritty
Install colortty that knows of Gogh color scheme conversion.
cd /tmp
| @import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); | |
| :root { | |
| --background: #282828; | |
| --light-background: #3c3836; | |
| --lighter-background: #504945; | |
| --dark-background: #3c3836; | |
| --darker-background: #1d2021; | |
| --foreground: #ebdbb2; | |
| --current-line: #504954; |
The below walkthrough is for those who are running Skyrim SE via Steam Proton, and want to be able to manage mods via Vortex Mod Manager in Linux. You should be able to apply the same walkthrough to Oldrim or Fallout 4 as well. Note that with this guide you'll get an older version of Vortex (1.1.15), but IMHO it is still a better choice than Mod Manager 2. Also, you'll start Skyrim through Steam as usual, not through Vortex.
# archive vanilla game (update path to suit your needs)
cd /mnt/gameData/archive
cp -a /mnt/gameData/SteamLibrary/steamapps/common/Skyrim\ Special\ Edition/. skyrim-se