Commit Graph

76 Commits

Author SHA1 Message Date
inkch
36fd4c6426 make directory to put asset files in + move age key there 2024-01-18 12:15:27 +09:00
inkch
a941ff9437 move chezmoi script to .chezmoiscripts ("special" directory)
.chezmoiscripts
---------------
If a directory called .chezmoiscripts exists in the root of the source
directory then any scripts in it are executed as normal scripts without
creating a corresponding directory in the target state.

--- https://www.chezmoi.io/reference/special-files-and-directories/chezmoiscripts/
2024-01-18 12:03:34 +09:00
inkch
00c0f93591 add [age] settings to toml 2024-01-18 11:58:21 +09:00
inkch
8e1c359245 add run_ script to decrypt age key 2024-01-18 11:57:35 +09:00
inkch
d993e9f25f add age key for encryption 2024-01-18 11:56:42 +09:00
inkch
c8b670c453 bash: edit ignore pattern to put bashrc in a different location 2024-01-17 19:41:41 +09:00
inkch
3e8e8c769e bash: add bashrc, alias and envs (also add .bashrc for root user) 2024-01-17 19:40:29 +09:00
inkch
33c0936e53 starship: show hostname when ssh or sudo 2024-01-17 18:41:42 +09:00
inkch
ab6c6258d1 starship: set color for username (for root and other) 2024-01-17 18:38:02 +09:00
inkch
0b9dca0748 fish: fix - (whitespace trimming) 2024-01-17 18:00:07 +09:00
inkch
afb560cd43 fish: for root, ignore fish configs except config.fish 2024-01-17 17:49:20 +09:00
inkch
60c33767a2 fish: for root, do not source env and abbrs 2024-01-17 17:44:13 +09:00
inkch
3dc55ac87b fish: empty alias.fish 2024-01-17 17:41:47 +09:00
inkch
e2c104db08 move if block for Arch Linux to top 2024-01-17 17:23:29 +09:00
inkch
074c85e7dd fix ignore patterns for root 2024-01-17 17:22:33 +09:00
inkch
43660dabba nvim: fix unpaired brace 2024-01-17 11:25:36 +09:00
inkch
2a8645eb8e nvim: use telescope-fzf-native.nvim (for performance) 2024-01-17 11:23:14 +09:00
inkch
09db90af39 nvim: for telescope: add keymap <esc> for close 2024-01-17 11:21:41 +09:00
inkch
d8461b6aa9 nvim: remove settings for neovide 2024-01-17 11:21:01 +09:00
inkch
a22636cab8 add comments to .chezmoiignore 2024-01-17 11:19:50 +09:00
inkch
dcfb6648d1 use .hosttype for conditions 2024-01-17 11:18:44 +09:00
inkch
b86adbe790 fix chezmoi.toml: don't remove whitespace after prompt* function 2024-01-17 10:48:15 +09:00
inkch
9fd0e7831e fix chezmoi.toml (escape {{ and }}) 2024-01-17 10:47:25 +09:00
inkch
c181c1ff3f fish: add config, alias, abbr, env 2024-01-17 10:24:24 +09:00
inkch
52606bf8fd add .chezmoi.toml.tmpl 2024-01-17 10:24:06 +09:00
inkch
312d3ae4d2 tmux: fix unpaired quote 2024-01-17 07:50:06 +09:00
inkch
a66936ccf8 Merge branch 'tweak-tmux' 2024-01-17 07:47:18 +09:00
inkch
1944ca0085 git: use tab for indent
The command `git config` uses tab.
2024-01-17 07:44:39 +09:00
inkch
396179d628 tmux: tweaking 2024-01-17 07:37:35 +09:00
inkch
503b857e21 alacritty: ignored whole directory from other than working machines 2024-01-16 18:37:38 +09:00
inkch
5d9bcd069c i3: ignored from other than working machines 2024-01-16 18:35:02 +09:00
inkch
cf552f3841 git: do not ignore git configs from root user 2024-01-16 14:26:56 +09:00
inkch
6835dd221f git: add config, ignore and commitmsg 2024-01-16 14:13:53 +09:00
inkch
4541a578b0 nvim: add keymaps for fugitive 2024-01-15 10:13:16 +09:00
inkch
3fb2fc53df redshift: ignored from other than working machines 2024-01-15 02:14:09 +09:00
inkch
b985bd49a7 redshift: add config 2024-01-15 02:13:47 +09:00
inkch
06bdb918af yt-dlp: ignored from other than working machines 2024-01-15 01:58:06 +09:00
inkch
42fb8f8510 yt-dlp: add configs 2024-01-15 01:53:51 +09:00
inkch
3a05d9a7fb conky: ignored from other than working machines 2024-01-15 01:49:46 +09:00
inkch
321d059c30 conky: add widgets and start.sh 2024-01-15 01:49:06 +09:00
inkch
0eaaeaf5fc rofi: add config.rasi 2024-01-15 01:45:52 +09:00
inkch
b5092878d1 mpv: add input.conf + ignored from other than working machines 2024-01-15 01:42:12 +09:00
inkch
65dc1561a2 polybar: delete one unnecessary blank line 2024-01-15 01:40:50 +09:00
inkch
5dcc15cd17 polybar: remove unused bar/benq settings 2024-01-15 01:40:01 +09:00
inkch
f23f623414 zathura: Add zathurarc and manage only on working machines 2024-01-15 00:36:16 +09:00
inkch
f2554feaf5 paru: Add paru.conf and manage only on Arch Linux machines 2024-01-15 00:16:09 +09:00
inkch
470afa3ec8 polybar: Add config and scripts. Ignored from other than working machine 2024-01-15 00:11:28 +09:00
inkch
c5b3bc4cb3 fontconfig: Add fonts.conf. Ignored from other than working machines 2024-01-15 00:11:00 +09:00
inkch
b030c8d89b for root user, ignore everything by default 2024-01-14 23:45:59 +09:00
inkch
064766956d dunst: manage only on working machines 2024-01-14 23:45:38 +09:00