Skip to content

Instantly share code, notes, and snippets.

View TaKO8Ki's full-sized avatar
🦀

Takayuki Maeda TaKO8Ki

🦀
View GitHub Profile
@TaKO8Ki
TaKO8Ki / onedark_transparent.toml
Last active August 7, 2023 16:32
Customized onedark transparent theme for Helix editor
# Author : Takayuki Maeda (TaKO8Ki) <takoyaki0316@gmail.com>
"attribute" = { fg = "yellow" }
"comment" = { fg = "light-gray", modifiers = ["italic"] }
"constant" = { fg = "cyan" }
"constant.numeric" = { fg = "gold" }
"constant.builtin" = { fg = "gold" }
"constant.character.escape" = { fg = "gold" }
"constructor" = { fg = "blue" }
"function" = { fg = "blue" }
@TaKO8Ki
TaKO8Ki / languages.toml
Last active August 7, 2023 11:10
rust-analyzer configuration on Helix editor for rustc development
[[language]]
name = "rust"
scope = "source.rust"
injection-regex = "rust"
file-types = ["rs"]
roots = ["Cargo.toml", "Cargo.lock"]
auto-format = true
comment-token = "//"
language-server = { command = "rust-analyzer" }
@TaKO8Ki
TaKO8Ki / keybase.md
Last active November 18, 2022 13:37

Keybase proof

I hereby claim:

  • I am tako8ki on github.
  • I am tako8ki (https://keybase.io/tako8ki) on keybase.
  • I have a public key ASDThaoPu-Vs5_H0e_z5gymJXZdtl7WjiEugq3Dw4u2-7go

To claim this, I am signing this object:

@TaKO8Ki
TaKO8Ki / config.yml
Created September 21, 2022 06:58 — forked from ryanpedersen42/config.yml
Path filtering example
version: 2.1
setup: true
orbs:
path-filtering: circleci/path-filtering@0.0.2
workflows:
setup-workflow:
jobs:
@TaKO8Ki
TaKO8Ki / cd.sh
Last active April 12, 2023 00:19
An alternative to `cd`
# requirements
# fd: https://github.com/sharkdp/fd
# fzf: https://github.com/junegunn/fzf
function cd() {
flag='-f'
if [ $# -eq 0 ]; then
builtin cd
elif [ $# -eq 1 ]; then
if [ $1 = "$flag" ]; then
dirs=$(fd --type d . $HOME | fzf)
@TaKO8Ki
TaKO8Ki / cloudSettings
Last active June 1, 2021 02:43
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-01T02:43:41.450Z","extensionVersion":"v3.4.3"}