This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configure Windows | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Set-TaskbarOptions -UnLock | |
# Scoop Install | |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression | |
Update-ExecutionPolicy Unrestricted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set ffxiv_base_dir=[FFXIV_CONFIG_DIR] | |
set ffxiv_original_user=[ORIGINAL_USER_ID] | |
echo ORIGINAL: %ffxiv_original_user% | |
SET ffxiv_copy_to_user= | |
set /p ffxiv_copy_to_user="USER_ID: " | |
if %ffxiv_copy_to_user% == %ffxiv_original_user% ( | |
echo "Not Copy Allowed Original User" | |
exit /b -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Font カスタマイズ | |
*/ | |
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap'); | |
@import url('https://cdn.ruruke.dev/misskey/css/c.css'); | |
* { | |
font-family: 'M PLUS 1p', sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// @ 0.12.4 | |
### { | |
name: "全てに濁点をつける何か" | |
version: "0.0.2" | |
author: "るる" | |
description: "初めてのプラグインだからガバガバだと思う…" | |
} | |
@convert(str){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///@ 0.12.4 | |
### { | |
name: "test" | |
version: "1.0.0" | |
author: "ruru" | |
description: "Test Plugin" | |
} | |
// ユーザーページの・・・のところ | |
Plugin:register_user_action("UserMenu", @(form update) { |