Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ototot/dotfiles
dotfiles used by oToToT
https://github.com/ototot/dotfiles
dotfiles
Last synced: 17 days ago
JSON representation
dotfiles used by oToToT
- Host: GitHub
- URL: https://github.com/ototot/dotfiles
- Owner: oToToT
- Created: 2019-09-19T18:52:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T15:45:44.000Z (about 1 year ago)
- Last Synced: 2024-10-19T08:14:52.090Z (2 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My dotfiles
===========## Includes ##
- [Pwngdb](https://github.com/scwuaptx/Pwngdb)
- [GEF](https://github.com/hugsy/gef)
- [fish](https://github.com/fish-shell/fish-shell/) config
- [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish)
- [zsh](https://www.zsh.org/) config
- [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
- [vim](https://www.vim.org/) config
- [vim-plug](https://github.com/junegunn/vim-plug)
- [tmux](https://github.com/tmux/tmux) config
- [tpm](https://github.com/tmux-plugins/tpm)
- [screen](https://www.gnu.org/software/screen/) config... and more
## Install ##
1. `git clone --recurse-submodules -j8 https://github.com/oToToT/dotfiles ~/dotfiles`
2. `cd ~/dotfiles`
3. For [zsh](https://www.zsh.org), run `./install.sh`
For [fish](https://github.com/fish-shell/fish-shell/), run `./install.fish`
4. For [tpm](https://github.com/tmux-plugins/tpm), please press `prefix` + I (capital i, as in Install) to fetch the plugin.
5. Enjoy !!## Customize ##
* zsh
You could put your own config as what ohmyzsh recommend.
* fish
You could do what omf suggest you, some custom config inside this repo may broken, lol.