Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaving/dotfiles
:house_with_garden: ~/.*
https://github.com/gaving/dotfiles
dotfiles home tmux vimrc zsh zshrc
Last synced: 10 days ago
JSON representation
:house_with_garden: ~/.*
- Host: GitHub
- URL: https://github.com/gaving/dotfiles
- Owner: gaving
- Created: 2009-04-11T12:35:24.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T08:26:46.000Z (8 months ago)
- Last Synced: 2024-04-15T02:36:43.273Z (7 months ago)
- Topics: dotfiles, home, tmux, vimrc, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 1.9 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~/.*
so these are my dotfiles
## install
- `ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)"`
- `brew install zsh tmux`- `git clone https://github.com/gaving/dotfiles ~/dotfiles`
- `ln -sv ~/dotfiles ~/.config`- `sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`
- `git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm`## configure
- `ln -sv ~/.config/zsh/.zshenv ~/.zshenv`
- `git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k`
- `p10k configure`
- `ln -sv ~/.config/zsh/user ~/.oh-my-zsh/custom/entry.zsh`- `cp ~/.config/git/local.example ~/.config/git/local`
- `git clone https://github.com/NvChad/NvChad -b v2.0 ~/.config/nvim --depth 1`
- `ln -sv ~/.config/nvchad ~/dotfiles/nvim/lua/custom`### plugins
- `git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z`
- `git clone https://github.com/MichaelAquilina/zsh-you-should-use.git $ZSH_CUSTOM/plugins/you-should-use`
- `git clone https://github.com/zdharma/history-search-multi-word $ZSH_CUSTOM/plugins/history-search-multi-word`
- `git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdate`
- `git clone https://github.com/pierpo/fzf-docker $ZSH_CUSTOM/plugins/fzf-docker`
- `git clone https://github.com/Aloxaf/fzf-tab ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tab`
- `git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions````bash
plugins=(
docker
docker-compose
extract
git
H-S-MW
thefuck
you-should-use
zsh-z
)
```## run
- `tmux` (install plugins with ``)