https://github.com/kkebo/dotfiles
https://github.com/kkebo/dotfiles
dotfiles fish ipados linux macos tmux vim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/dotfiles
- Owner: kkebo
- License: mit
- Created: 2015-11-11T16:46:07.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T12:34:44.000Z (4 months ago)
- Last Synced: 2026-02-21T18:32:31.558Z (4 months ago)
- Topics: dotfiles, fish, ipados, linux, macos, tmux, vim
- Language: Vim Script
- Size: 329 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My dotfiles for iPadOS, macOS, FreeBSD, Linux, and Windows Subsystem for Linux.
## Installation (a-Shell on iPadOS)
```shell
lg2 clone
cd dotfiles
lg2 submodule update --init --recursive
./install.ashell.sh
```
## Installation (macOS, FreeBSD, Linux, or WSL)
```shell
git clone --recurse-submodules -j8
cd dotfiles
./install.sh
```
## Installation (iSH on iPadOS)
```shell
git clone --recurse-submodules
cd dotfiles
./install.ish.sh
```
## Vim
### Prerequisites
- iPadOS (iVim, a-Shell, Blink Shell, iSH), macOS, FreeBSD, Linux, or WSL
- Vim 8.0 or later with Python 3 support
- Python 3
### Files
- `.vimrc`
- `.vim/*`
- `.vimrc.ish` (For iSH)
## fish
### Prerequisites
- iPadOS (iSH), macOS, FreeBSD, Linux, or WSL
- fish
- [Fisher](https://github.com/jorgebucaran/fisher)
- `curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher update`
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [bat](https://github.com/sharkdp/bat)
- [lsd](https://github.com/Peltoche/lsd)
- (macOS) `brew install terminal-notifier`
- [Oh My Posh](https://ohmyposh.dev)
### Files
- `.config/fish/config.fish`
- `.config/fish/fish_plugins`
## tmux
### Prerequisites
- macOS, FreeBSD, Linux, or WSL
- fish (for clipboard)
### Files
- `.config/tmux/tmux.conf`
- `.config/tmux/*`
## Git
### Prerequisites
- iPadOS (a-Shell, iSH), macOS, FreeBSD, Linux, or WSL
- Git
- GnuPG (not required in a-Shell)
- `export GPG_TTY=$(tty)`
- importing my secret key with `gpg --import`
### Files
- `.config/git/config`
- `.config/git/ignore`
- `.config/git.ashell/config` (For a-Shell)
- `.config/git.ashell/ignore` (For a-Shell)
## Textastic
### Prerequisites
- iPadOS
- Textastic
### Files
- `#Textastic/*`
## a-Shell
### Prerequisites
- iPadOS (a-Shell)
### Files
- `.profile.ashell`
- Rename it to `.profile`
- `.toolbarDefinition`
## Ghostty
### Prerequisites
- macOS or Linux
### Files
- `.config/ghostty/config`
## Oh My Posh
### Prerequisites
- macOS, FreeBSD, or Linux
- [Oh My Posh](https://ohmyposh.dev)
### Files
- `.config/omp/*`