SUPER ALT + SPACE-> Update -> OmarchySUPER ALT + SPACE-> Install -> Terminal -> GhosttySUPER ALT + SPACE-> Install -> Package -> fcitx5-configtoolSUPER ALT + SPACE-> Install -> AUR -> fcitx5-mozc-utSUPER + RETURN-> fcitx5-configtoolSUPER + ESC-> Restart
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
| { | |
| "name": "PaperColor Light", | |
| "cursorColor": "#25C3DC", | |
| "foreground": "#3c3c3b", | |
| "background": "#eeeeee", | |
| "black": "#2c2c2c", | |
| "red": "#d7005f", | |
| "green": "#718c00", | |
| "yellow":"#ff8f01", | |
| "blue": "#005f87", |
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
| # カーソルの色変更 | |
| cursor-color = purple | |
| cursor-opacity = 0.7 | |
| cursor-style = block | |
| cursor-style-blink = false | |
| # https://github.com/yuru7/udev-gothic | |
| font-family = UDEV Gothic 35NF | |
| # UDEV Gothicではリガチャが有効になってしまうので無効化 |
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
| /* | |
| !/.gitignore | |
| !/README.md | |
| # etc配下は再起動のたびに変化するものとセキュリティ関連と関係がないものを除外 | |
| !/etc/ | |
| /etc/ModemManager/ | |
| /etc/NetworkManager/ | |
| /etc/PackageKit/ | |
| /etc/X11/ |
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
| INSTALL httpfs; | |
| LOAD EXTENSION httpfs; | |
| CREATE NODE TABLE taxi_zone ( | |
| LocationID INT32, | |
| Borough STRING, | |
| Zone STRING, | |
| service_zone STRING, | |
| PRIMARY KEY (LocationID) | |
| ); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| -- ORDER BYとLIMITは必要応じて適宜修正 | |
| -- VIEWを作成すると便利 | |
| SELECT | |
| count_star AS cnt, | |
| sum_timer_wait/1e12 AS sum, | |
| min_timer_wait/1e12 AS min, | |
| avg_timer_wait/1e12 AS avg, | |
| max_timer_wait/1e12 AS max, | |
| sum_rows_sent AS sumRows, | |
| sum_rows_sent/count_star AS avgRows, |
I hereby claim:
- I am matsuu on github.
- I am matsuu (https://keybase.io/matsuu) on keybase.
- I have a public key ASCp9j9XZ7JCDk_co-nV9neHXnNx_7rH5X7MRmLAoW0d1go
To claim this, I am signing this object:
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
| # ~/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles/home/.tmux.conf | |
| set-window-option -g mode-keys vi | |
| set-window-option -g automatic-rename off | |
| set-option -g default-terminal "screen-256color" | |
| set-option -g pane-active-border-style fg=red |
NewerOlder