Skip to content

Instantly share code, notes, and snippets.

View luk3ya0's full-sized avatar
🌝
Diving

Luke Yao luk3ya0

🌝
Diving
View GitHub Profile
@luk3ya0
luk3ya0 / github-ssh.md
Created July 17, 2023 02:08
GitHubでsshを使う.

ついでに複数のGitHubごとのマルチ設定も行う.

専用フォルダと鍵の作成

cd ~/.ssh
ssh-keygen -t rsa

質問はEnter*3. ​ ​

GitHubにkey登録

@luk3ya0
luk3ya0 / tint2-vertical-panel
Created July 14, 2023 11:59 — forked from discomplex/tint2-vertical-panel
TINT2 CONFIG FILE [Vertical]
# TINT2 CONFIG FILE [Vertical]
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Battery, Clock, Systray
rounded = 0
border_width = 0
border_sides = TBLR
@luk3ya0
luk3ya0 / add_intellij_launcer
Created July 8, 2023 10:13 — forked from rob-murray/add_intellij_launcer
Add Intellij launcher shortcut and icon for ubuntu
// create file:
sudo vim /usr/share/applications/intellij.desktop
// add the following
[Desktop Entry]
Version=13.0
Type=Application
Terminal=false
Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
Name[en_US]=IntelliJ
@luk3ya0
luk3ya0 / Hyprland-Ubuntu.md
Created July 6, 2023 08:29 — forked from Vertecedoc4545/Hyprland-Ubuntu.md
Ubuntu 23.04 Build and Install instructions for Hyprland

Building on Ubuntu 23.04

You have 2 options, use the script descrived bellow or follow the instrutions

script in this gist if you want the source code

wget https://gist.githubusercontent.com/Vertecedoc4545/6e54487f07a1888b656b656c0cdd9764/raw/2c5e8ccb428fc331307e2f653cab88174c051310/build-ubuntu-23.sh
chmod +x build-ubuntu-23.sh
./build-ubuntu-23.sh
# see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
# core
brew install coreutils
# key commands
brew install binutils
brew install diffutils
brew install ed --default-names
brew install findutils --with-default-names