Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkebo/dotfiles
https://github.com/kkebo/dotfiles
dotfiles fish ipados linux macos tmux vim
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkebo/dotfiles
- Owner: kkebo
- License: mit
- Created: 2015-11-11T16:46:07.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:40:21.000Z (24 days ago)
- Last Synced: 2024-10-20T19:46:53.354Z (24 days ago)
- Topics: dotfiles, fish, ipados, linux, macos, tmux, vim
- Language: Vim Script
- Size: 239 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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, iSH), macOS, FreeBSD, Linux, or WSL
- Vim 8.0 or later with Python 3 support
- Python 3
- [yank](https://github.com/sunaku/home/blob/master/bin/yank) (For OSC52)### Files
- `.vimrc`
- `.vim/*`
- `.vimrc.ish` (For iSH)## fish
### Prerequisites
- macOS, FreeBSD, Linux, or WSL
- fish
- [Fisher](https://github.com/jorgebucaran/fisher)
- [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/fishfile`## tmux
### Prerequisites
- macOS, FreeBSD, Linux, or WSL
- `pip3 install powerline-status`
- `pip3 install psutil`
- [yank](https://github.com/sunaku/home/blob/master/bin/yank) (For OSC52)### Files
- `.tmux.conf`
## Git
### Prerequisites
- macOS, FreeBSD, Linux, or WSL
- Git### Files
- `.gitconfig`
- `.config/git/ignore`## Textastic
### Prerequisites
- iPadOS
- Textastic### Files
- `#Textastic/*`
## a-Shell
### Prerequisites
- iPadOS
- a-Shell### Files
- `.profile.ashell`
- Rename it to `.profile`