https://github.com/tomato3713/dotfiles
シェルスクリプト、開発環境の設定ファイル
https://github.com/tomato3713/dotfiles
dotfiles powershell shellscript vim vimrc
Last synced: 3 months ago
JSON representation
シェルスクリプト、開発環境の設定ファイル
- Host: GitHub
- URL: https://github.com/tomato3713/dotfiles
- Owner: tomato3713
- Created: 2017-08-24T16:03:20.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T05:00:30.000Z (11 months ago)
- Last Synced: 2025-06-12T06:19:23.896Z (11 months ago)
- Topics: dotfiles, powershell, shellscript, vim, vimrc
- Language: Lua
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/yuru7/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 "[詳細シェルスクリプト](https://www.oreilly.co.jp/books/4873112672/)"
## For Windows
Profileを表示するスクリプト
``` powershell
echo $Profile.AllUsersAllHosts
echo $Profile.AllUsersCurrentHost
echo $Profile.CurrentUserAllHosts
echo $Profile.CurrentUserCurrentHost
```
## Windows Terminal Profile
```config
"profiles":
{
"defaults":
{
"fontSize": 9,
"scrollbarState": "hidden",
"padding": "2, 2, 2, 2"
},
}
```