Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
/ .restorefiles Public archive
forked from tmnkgwa4/.restorefiles

configuration for vim, zsh, tmux, etc...

License

Notifications You must be signed in to change notification settings

naka-gawa/.restorefiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Overview

My dotfiles for OSX. 😍😍😍

tree

╰─ tree -a -I ".git|.gitignore|test" .
.
├── Makefile
├── README.md
├── brew
│   ├── brew
│   ├── cask
│   └── tap
├── nvim
│   ├── dein
│   │   ├── lazy.toml
│   │   ├── lsp.toml
│   │   ├── neovim.toml
│   │   └── plugins.toml
│   ├── init.vim
│   └── setup.zsh
├── src
│   └── tree_sitter
├── tmux
│   ├── .tmux.conf
│   ├── .tmux.d
│   │   ├── awsaccount.tmux
│   │   ├── kube.tmux
│   │   └── samlexpiretimer.tmux
│   └── setup.zsh
└── zsh
    ├── .zshrc
    ├── defer
    │   └── postload-env.zsh
    ├── setup.zsh
    ├── sheldon
    │   └── plugins.toml
    └── sync
        ├── functions.zsh
        ├── p10k-config.zsh
        ├── preload-alias.zsh
        ├── preload-env.zsh
        ├── preload-option.zsh
        └── preload-prompt.zsh

12 directories, 26 files

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.3%
  • Vim Script 3.1%
  • Makefile 0.6%