├── .aspell.conf ├── .authinfo ├── .authinfo_sample ├── .aws ├── .gitattributes ├── config ├── config_sample ├── credentials └── credentials_sample ├── .bashrc ├── .config ├── .gitattributes ├── Zeal │ └── Zeal.conf ├── alacritty │ ├── alacritty.toml │ └── catppuccin-mocha.toml ├── autostart │ └── ibus.desktop ├── fcitx5 │ └── conf │ │ ├── classicui.conf │ │ └── clipboard.conf ├── foot │ └── foot.ini ├── ghostty │ └── config ├── gtk-4.0 │ ├── .gitignore │ ├── gtk.css │ └── settings.ini ├── hub ├── hub_sample ├── hypr │ ├── hypridle.conf │ ├── hyprland.conf │ ├── hyprlock.conf │ └── hyprsunset.conf ├── kitty │ ├── current-theme.conf │ └── kitty.conf ├── mako │ └── config ├── mpv │ └── mpv.conf ├── nvim │ ├── init.vim │ └── installer.sh ├── psd │ └── psd.conf ├── rclone │ ├── .gitattributes │ ├── rclone.conf │ └── rclone_sample.conf ├── sxiv │ └── exec │ │ └── image-info └── waybar │ ├── config.jsonc │ ├── scripts │ └── start_recording.sh │ └── style.css ├── .emacs.d ├── .gitignore ├── emacs.png ├── init.el ├── inits │ ├── .gitignore │ ├── 00base.el │ ├── 01dashboard.el │ ├── 02git.el │ ├── 03consult.el │ ├── 04vertico.el │ ├── 05corfu.el │ ├── 06hydra.el │ ├── 07org-mode.el │ ├── 08flymake.el │ ├── 09misc.el │ ├── 10trancelate.el │ ├── 11markdown.el │ ├── 12nautilus.el │ ├── 13chromium.el │ ├── 14whitespace.el │ ├── 15easy-hugo.el │ ├── 16easy-jekyll.el │ ├── 17dired.el │ ├── 18file.el │ ├── 19deadgrep.el │ ├── 20treesit.el │ ├── 21python.el │ ├── 22cmode.el │ ├── 23go.el │ ├── 24elixir.el │ ├── 25javascript.el │ ├── 26typescript.el │ ├── 27rust.el │ ├── 28ruby.el │ ├── 29sh.el │ ├── 30css.el │ ├── 31yaml.el │ ├── 32html.el │ ├── 33web.el │ ├── 93popper.el │ ├── 94lisp.el │ ├── 95elisp.el │ ├── 96reformatter.el │ ├── 97gptel.el │ ├── 98copilot.el │ └── 99which-key.el ├── snippets │ ├── emacs-lisp-mode │ │ ├── autoload │ │ └── template │ ├── markdown-mode │ │ ├── img │ │ ├── more │ │ └── src │ ├── org-mode │ │ └── src │ ├── sh-mode │ │ └── shebang │ └── web-mode │ │ └── pic └── test.el ├── .git-crypt ├── .gitattributes └── keys │ └── default │ └── 0 │ └── DF1164C2E3259EA3890B9BE3288770C044C8CC3A.gpg ├── .gitattributes ├── .gitconfig ├── .gitignore ├── .gnupg └── gpg-agent.conf ├── .goobookrc ├── .goobookrc_sample ├── .lesskey ├── .mutt ├── .gitattributes ├── aliases ├── aliases_sample ├── certificates ├── mailcap ├── password.rc ├── password_sample.rc ├── signature └── signature_sample ├── .muttrc ├── .myclirc ├── .netrc ├── .netrc_sample ├── .npmrc ├── .screenrc ├── .ssh ├── .gitattributes ├── config ├── config_sample ├── id_rsa ├── id_rsa.pub ├── id_rsa_sample ├── id_rsa_sample.pub └── known_hosts ├── .tmux.conf ├── .vimrc ├── .zshrc ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── archlinux ├── aurlist └── pacmanlist ├── backup_sample ├── bash │ └── .bash_history ├── browserpass │ ├── .gitkeep │ ├── github.com.gpg │ └── login.yahoo.co.jp │ │ ├── .gitkeep │ │ ├── youranotherid.gpg │ │ └── yourid.gpg ├── emacs │ ├── bookmarks │ └── org │ │ ├── Getting Started with Orgzly.org │ │ ├── archives.org │ │ ├── experiment.org │ │ ├── idea.org │ │ ├── memo.org │ │ ├── remember.org │ │ └── task.org ├── gcloud │ ├── .last_survey_prompt.yaml │ ├── .last_update_check.json │ ├── .metricsUUID │ ├── active_config │ ├── config_sentinel │ ├── configurations │ │ └── config_default │ ├── gce │ └── logs │ │ └── 2019.10.06 │ │ └── 14.52.29.359018.log ├── gh │ ├── config.yml │ └── hosts.yml ├── kanban │ └── kanban.org ├── keyrings │ ├── login.keyring │ └── user.keystore ├── mariadb │ └── .gitkeep ├── mozc │ ├── .encrypt_key.db │ ├── .history.db │ ├── .registry.db │ ├── .renderer.:0.ipc │ ├── .renderer.:1.ipc │ ├── .server.lock │ ├── .session.ipc │ ├── boundary.db │ ├── cform.db │ ├── config1.db │ ├── segment.db │ └── user_dictionary.db ├── mps-youtube │ └── playlists │ │ └── sting.m3u ├── mycli │ └── .mycli-history ├── passwd │ ├── .gitkeep │ └── password.org.gpg ├── pgcli │ ├── config │ ├── history │ └── log ├── postgresql │ └── .gitkeep ├── work │ └── .gitkeep └── zsh │ ├── .zsh_history │ ├── chpwd-recent-dirs │ └── env.sh ├── chromium └── vimium-options.json ├── etc ├── NetworkManager │ └── NetworkManager.conf ├── bluetooth │ └── main.conf ├── default │ └── tlp ├── dnsmasq │ ├── dnsmasq.conf │ └── resolv.dnsmasq.conf ├── environment ├── hosts ├── my.cnf ├── openvpn │ └── client │ │ ├── .gitattributes │ │ └── client.conf ├── sysctl.d │ └── 40-max-user-watches.conf ├── systemd │ └── system │ │ └── powertop.service ├── tlp.conf └── varnish │ └── default.vcl ├── mariadb ├── .gitattributes ├── init.sql ├── init_sample.sql └── initdump.sql ├── mozc ├── keymap └── romantable └── usr └── share ├── applications └── wlogout.desktop └── zsh └── site-functions └── _pipenv /.aspell.conf: -------------------------------------------------------------------------------- 1 | lang en_US 2 | -------------------------------------------------------------------------------- /.authinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.authinfo -------------------------------------------------------------------------------- /.authinfo_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.authinfo_sample -------------------------------------------------------------------------------- /.aws/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.aws/.gitattributes -------------------------------------------------------------------------------- /.aws/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.aws/config -------------------------------------------------------------------------------- /.aws/config_sample: -------------------------------------------------------------------------------- 1 | [default] 2 | 3 | region = us-east-1 4 | -------------------------------------------------------------------------------- /.aws/credentials: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.aws/credentials -------------------------------------------------------------------------------- /.aws/credentials_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.aws/credentials_sample -------------------------------------------------------------------------------- /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/.gitattributes -------------------------------------------------------------------------------- /.config/Zeal/Zeal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/Zeal/Zeal.conf -------------------------------------------------------------------------------- /.config/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/alacritty/alacritty.toml -------------------------------------------------------------------------------- /.config/alacritty/catppuccin-mocha.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/alacritty/catppuccin-mocha.toml -------------------------------------------------------------------------------- /.config/autostart/ibus.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/autostart/ibus.desktop -------------------------------------------------------------------------------- /.config/fcitx5/conf/classicui.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/fcitx5/conf/classicui.conf -------------------------------------------------------------------------------- /.config/fcitx5/conf/clipboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/fcitx5/conf/clipboard.conf -------------------------------------------------------------------------------- /.config/foot/foot.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/foot/foot.ini -------------------------------------------------------------------------------- /.config/ghostty/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/ghostty/config -------------------------------------------------------------------------------- /.config/gtk-4.0/.gitignore: -------------------------------------------------------------------------------- 1 | servers -------------------------------------------------------------------------------- /.config/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- 1 | GTK_THEME=Adwaita-dark 2 | -------------------------------------------------------------------------------- /.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-application-prefer-dark-theme=0 3 | -------------------------------------------------------------------------------- /.config/hub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hub -------------------------------------------------------------------------------- /.config/hub_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hub_sample -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hypr/hypridle.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprsunset.conf : -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/hypr/hyprsunset.conf -------------------------------------------------------------------------------- /.config/kitty/current-theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/kitty/current-theme.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/mako/config -------------------------------------------------------------------------------- /.config/mpv/mpv.conf: -------------------------------------------------------------------------------- 1 | hwdec=vaapi 2 | vo=gpu -------------------------------------------------------------------------------- /.config/nvim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/nvim/init.vim -------------------------------------------------------------------------------- /.config/nvim/installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/nvim/installer.sh -------------------------------------------------------------------------------- /.config/psd/psd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/psd/psd.conf -------------------------------------------------------------------------------- /.config/rclone/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/rclone/.gitattributes -------------------------------------------------------------------------------- /.config/rclone/rclone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/rclone/rclone.conf -------------------------------------------------------------------------------- /.config/rclone/rclone_sample.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/rclone/rclone_sample.conf -------------------------------------------------------------------------------- /.config/sxiv/exec/image-info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/sxiv/exec/image-info -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/scripts/start_recording.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/waybar/scripts/start_recording.sh -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.emacs.d/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/.gitignore -------------------------------------------------------------------------------- /.emacs.d/emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/emacs.png -------------------------------------------------------------------------------- /.emacs.d/init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/init.el -------------------------------------------------------------------------------- /.emacs.d/inits/.gitignore: -------------------------------------------------------------------------------- 1 | /*.elc 2 | -------------------------------------------------------------------------------- /.emacs.d/inits/00base.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/00base.el -------------------------------------------------------------------------------- /.emacs.d/inits/01dashboard.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/01dashboard.el -------------------------------------------------------------------------------- /.emacs.d/inits/02git.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/02git.el -------------------------------------------------------------------------------- /.emacs.d/inits/03consult.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/03consult.el -------------------------------------------------------------------------------- /.emacs.d/inits/04vertico.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/04vertico.el -------------------------------------------------------------------------------- /.emacs.d/inits/05corfu.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/05corfu.el -------------------------------------------------------------------------------- /.emacs.d/inits/06hydra.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/06hydra.el -------------------------------------------------------------------------------- /.emacs.d/inits/07org-mode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/07org-mode.el -------------------------------------------------------------------------------- /.emacs.d/inits/08flymake.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/08flymake.el -------------------------------------------------------------------------------- /.emacs.d/inits/09misc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/09misc.el -------------------------------------------------------------------------------- /.emacs.d/inits/10trancelate.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/10trancelate.el -------------------------------------------------------------------------------- /.emacs.d/inits/11markdown.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/11markdown.el -------------------------------------------------------------------------------- /.emacs.d/inits/12nautilus.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/12nautilus.el -------------------------------------------------------------------------------- /.emacs.d/inits/13chromium.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/13chromium.el -------------------------------------------------------------------------------- /.emacs.d/inits/14whitespace.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/14whitespace.el -------------------------------------------------------------------------------- /.emacs.d/inits/15easy-hugo.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/15easy-hugo.el -------------------------------------------------------------------------------- /.emacs.d/inits/16easy-jekyll.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/16easy-jekyll.el -------------------------------------------------------------------------------- /.emacs.d/inits/17dired.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/17dired.el -------------------------------------------------------------------------------- /.emacs.d/inits/18file.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/18file.el -------------------------------------------------------------------------------- /.emacs.d/inits/19deadgrep.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/19deadgrep.el -------------------------------------------------------------------------------- /.emacs.d/inits/20treesit.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/20treesit.el -------------------------------------------------------------------------------- /.emacs.d/inits/21python.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/21python.el -------------------------------------------------------------------------------- /.emacs.d/inits/22cmode.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/22cmode.el -------------------------------------------------------------------------------- /.emacs.d/inits/23go.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/23go.el -------------------------------------------------------------------------------- /.emacs.d/inits/24elixir.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/24elixir.el -------------------------------------------------------------------------------- /.emacs.d/inits/25javascript.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/25javascript.el -------------------------------------------------------------------------------- /.emacs.d/inits/26typescript.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/26typescript.el -------------------------------------------------------------------------------- /.emacs.d/inits/27rust.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/27rust.el -------------------------------------------------------------------------------- /.emacs.d/inits/28ruby.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/28ruby.el -------------------------------------------------------------------------------- /.emacs.d/inits/29sh.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/29sh.el -------------------------------------------------------------------------------- /.emacs.d/inits/30css.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/30css.el -------------------------------------------------------------------------------- /.emacs.d/inits/31yaml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/31yaml.el -------------------------------------------------------------------------------- /.emacs.d/inits/32html.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/32html.el -------------------------------------------------------------------------------- /.emacs.d/inits/33web.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/33web.el -------------------------------------------------------------------------------- /.emacs.d/inits/93popper.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/93popper.el -------------------------------------------------------------------------------- /.emacs.d/inits/94lisp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/94lisp.el -------------------------------------------------------------------------------- /.emacs.d/inits/95elisp.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/95elisp.el -------------------------------------------------------------------------------- /.emacs.d/inits/96reformatter.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/96reformatter.el -------------------------------------------------------------------------------- /.emacs.d/inits/97gptel.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/97gptel.el -------------------------------------------------------------------------------- /.emacs.d/inits/98copilot.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/98copilot.el -------------------------------------------------------------------------------- /.emacs.d/inits/99which-key.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/inits/99which-key.el -------------------------------------------------------------------------------- /.emacs.d/snippets/emacs-lisp-mode/autoload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/emacs-lisp-mode/autoload -------------------------------------------------------------------------------- /.emacs.d/snippets/emacs-lisp-mode/template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/emacs-lisp-mode/template -------------------------------------------------------------------------------- /.emacs.d/snippets/markdown-mode/img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/markdown-mode/img -------------------------------------------------------------------------------- /.emacs.d/snippets/markdown-mode/more: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/markdown-mode/more -------------------------------------------------------------------------------- /.emacs.d/snippets/markdown-mode/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/markdown-mode/src -------------------------------------------------------------------------------- /.emacs.d/snippets/org-mode/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/org-mode/src -------------------------------------------------------------------------------- /.emacs.d/snippets/sh-mode/shebang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/sh-mode/shebang -------------------------------------------------------------------------------- /.emacs.d/snippets/web-mode/pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/snippets/web-mode/pic -------------------------------------------------------------------------------- /.emacs.d/test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.emacs.d/test.el -------------------------------------------------------------------------------- /.git-crypt/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.git-crypt/.gitattributes -------------------------------------------------------------------------------- /.git-crypt/keys/default/0/DF1164C2E3259EA3890B9BE3288770C044C8CC3A.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.git-crypt/keys/default/0/DF1164C2E3259EA3890B9BE3288770C044C8CC3A.gpg -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.gitconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /.goobookrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.goobookrc -------------------------------------------------------------------------------- /.goobookrc_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.goobookrc_sample -------------------------------------------------------------------------------- /.lesskey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.lesskey -------------------------------------------------------------------------------- /.mutt/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/.gitattributes -------------------------------------------------------------------------------- /.mutt/aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/aliases -------------------------------------------------------------------------------- /.mutt/aliases_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/aliases_sample -------------------------------------------------------------------------------- /.mutt/certificates: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.mutt/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/mailcap -------------------------------------------------------------------------------- /.mutt/password.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/password.rc -------------------------------------------------------------------------------- /.mutt/password_sample.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/password_sample.rc -------------------------------------------------------------------------------- /.mutt/signature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.mutt/signature -------------------------------------------------------------------------------- /.mutt/signature_sample: -------------------------------------------------------------------------------- 1 | Pico Taro -------------------------------------------------------------------------------- /.muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.muttrc -------------------------------------------------------------------------------- /.myclirc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.myclirc -------------------------------------------------------------------------------- /.netrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.netrc -------------------------------------------------------------------------------- /.netrc_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.netrc_sample -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | prefix=${HOME}/.node_modules 2 | -------------------------------------------------------------------------------- /.screenrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.screenrc -------------------------------------------------------------------------------- /.ssh/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/.gitattributes -------------------------------------------------------------------------------- /.ssh/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/config -------------------------------------------------------------------------------- /.ssh/config_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/config_sample -------------------------------------------------------------------------------- /.ssh/id_rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/id_rsa -------------------------------------------------------------------------------- /.ssh/id_rsa.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/id_rsa.pub -------------------------------------------------------------------------------- /.ssh/id_rsa_sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/id_rsa_sample -------------------------------------------------------------------------------- /.ssh/id_rsa_sample.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/id_rsa_sample.pub -------------------------------------------------------------------------------- /.ssh/known_hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.ssh/known_hosts -------------------------------------------------------------------------------- /.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.tmux.conf -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.vimrc -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /archlinux/aurlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/archlinux/aurlist -------------------------------------------------------------------------------- /archlinux/pacmanlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/archlinux/pacmanlist -------------------------------------------------------------------------------- /backup_sample/bash/.bash_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/bash/.bash_history -------------------------------------------------------------------------------- /backup_sample/browserpass/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/browserpass/github.com.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/browserpass/github.com.gpg -------------------------------------------------------------------------------- /backup_sample/browserpass/login.yahoo.co.jp/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/browserpass/login.yahoo.co.jp/youranotherid.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/browserpass/login.yahoo.co.jp/youranotherid.gpg -------------------------------------------------------------------------------- /backup_sample/browserpass/login.yahoo.co.jp/yourid.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/browserpass/login.yahoo.co.jp/yourid.gpg -------------------------------------------------------------------------------- /backup_sample/emacs/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/bookmarks -------------------------------------------------------------------------------- /backup_sample/emacs/org/Getting Started with Orgzly.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/Getting Started with Orgzly.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/archives.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/archives.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/experiment.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/experiment.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/idea.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/idea.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/memo.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/memo.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/remember.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/remember.org -------------------------------------------------------------------------------- /backup_sample/emacs/org/task.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/emacs/org/task.org -------------------------------------------------------------------------------- /backup_sample/gcloud/.last_survey_prompt.yaml: -------------------------------------------------------------------------------- 1 | last_prompt_time: 1570341155.318191 2 | -------------------------------------------------------------------------------- /backup_sample/gcloud/.last_update_check.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/gcloud/.last_update_check.json -------------------------------------------------------------------------------- /backup_sample/gcloud/.metricsUUID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/gcloud/.metricsUUID -------------------------------------------------------------------------------- /backup_sample/gcloud/active_config: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /backup_sample/gcloud/config_sentinel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/gcloud/configurations/config_default: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/gcloud/gce: -------------------------------------------------------------------------------- 1 | False -------------------------------------------------------------------------------- /backup_sample/gcloud/logs/2019.10.06/14.52.29.359018.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/gh/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/gh/config.yml -------------------------------------------------------------------------------- /backup_sample/gh/hosts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/gh/hosts.yml -------------------------------------------------------------------------------- /backup_sample/kanban/kanban.org: -------------------------------------------------------------------------------- 1 | * your kanban board 2 | -------------------------------------------------------------------------------- /backup_sample/keyrings/login.keyring: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/keyrings/user.keystore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mariadb/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.encrypt_key.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.history.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.registry.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.renderer.:0.ipc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.renderer.:1.ipc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.server.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/.session.ipc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/boundary.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/cform.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/config1.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/segment.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mozc/user_dictionary.db: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/mps-youtube/playlists/sting.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/mps-youtube/playlists/sting.m3u -------------------------------------------------------------------------------- /backup_sample/mycli/.mycli-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/mycli/.mycli-history -------------------------------------------------------------------------------- /backup_sample/passwd/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/passwd/password.org.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/passwd/password.org.gpg -------------------------------------------------------------------------------- /backup_sample/pgcli/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/pgcli/config -------------------------------------------------------------------------------- /backup_sample/pgcli/history: -------------------------------------------------------------------------------- 1 | 2 | # 2019-03-13 20:06:43.782380 3 | +CREATE DATABASE database ENCODING utf8; 4 | -------------------------------------------------------------------------------- /backup_sample/pgcli/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/pgcli/log -------------------------------------------------------------------------------- /backup_sample/postgresql/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/work/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backup_sample/zsh/.zsh_history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/zsh/.zsh_history -------------------------------------------------------------------------------- /backup_sample/zsh/chpwd-recent-dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/backup_sample/zsh/chpwd-recent-dirs -------------------------------------------------------------------------------- /backup_sample/zsh/env.sh: -------------------------------------------------------------------------------- 1 | export DATABASE_PASSWORD='your_password' 2 | -------------------------------------------------------------------------------- /chromium/vimium-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/chromium/vimium-options.json -------------------------------------------------------------------------------- /etc/NetworkManager/NetworkManager.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/NetworkManager/NetworkManager.conf -------------------------------------------------------------------------------- /etc/bluetooth/main.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/bluetooth/main.conf -------------------------------------------------------------------------------- /etc/default/tlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/default/tlp -------------------------------------------------------------------------------- /etc/dnsmasq/dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/dnsmasq/dnsmasq.conf -------------------------------------------------------------------------------- /etc/dnsmasq/resolv.dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/dnsmasq/resolv.dnsmasq.conf -------------------------------------------------------------------------------- /etc/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/environment -------------------------------------------------------------------------------- /etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/hosts -------------------------------------------------------------------------------- /etc/my.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/my.cnf -------------------------------------------------------------------------------- /etc/openvpn/client/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/openvpn/client/.gitattributes -------------------------------------------------------------------------------- /etc/openvpn/client/client.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/openvpn/client/client.conf -------------------------------------------------------------------------------- /etc/sysctl.d/40-max-user-watches.conf: -------------------------------------------------------------------------------- 1 | fs.inotify.max_user_watches=524288 2 | -------------------------------------------------------------------------------- /etc/systemd/system/powertop.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/systemd/system/powertop.service -------------------------------------------------------------------------------- /etc/tlp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/tlp.conf -------------------------------------------------------------------------------- /etc/varnish/default.vcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/etc/varnish/default.vcl -------------------------------------------------------------------------------- /mariadb/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mariadb/.gitattributes -------------------------------------------------------------------------------- /mariadb/init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mariadb/init.sql -------------------------------------------------------------------------------- /mariadb/init_sample.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mariadb/init_sample.sql -------------------------------------------------------------------------------- /mariadb/initdump.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mariadb/initdump.sql -------------------------------------------------------------------------------- /mozc/keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mozc/keymap -------------------------------------------------------------------------------- /mozc/romantable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/mozc/romantable -------------------------------------------------------------------------------- /usr/share/applications/wlogout.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/usr/share/applications/wlogout.desktop -------------------------------------------------------------------------------- /usr/share/zsh/site-functions/_pipenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masasam/dotfiles/HEAD/usr/share/zsh/site-functions/_pipenv --------------------------------------------------------------------------------