tomato3713 / dotfiles

シェルスクリプト、開発環境の設定ファイル

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Clone this repository and create symbolic link for some files.

Set environment variable XDG_CONFIG_HOME to ~/.config.

Requirements

  • Okular
  • git
  • FZF
  • LaTeX
  • NeoVim, Language Server (Clang, gopls, ...) & CoC Client
  • textlint
  • denops
  • nyagos & Windows Terminal

I use PlemolJP in terminal emulator and text editor.

Shell script Functions

  • cr(): change directory to source code directory by searching FZF command.

shlib directory

pathfind.sh, save-shell.sh, show-identical-files.sh, taglist.sh referred to "詳細シェルスクリプト"

For Windows

Profileを表示するスクリプト

echo $Profile.AllUsersAllHosts
echo $Profile.AllUsersCurrentHost
echo $Profile.CurrentUserAllHosts
echo $Profile.CurrentUserCurrentHost

Windows Terminal Profile

"profiles":
{
    "defaults":
    {
        "fontSize": 9,
        "scrollbarState": "hidden",
        "padding": "2, 2, 2, 2"
    },
}

About

シェルスクリプト、開発環境の設定ファイル


Languages

Language:Lua 72.2%Language:Shell 21.1%Language:Vim Script 5.8%Language:Perl 0.9%