All Projects → gaving → dotfiles

gaving / dotfiles

Licence: other
🏡 ~/.*

Programming Languages

Vim Script
2826 projects
shell
77523 projects
lua
6591 projects

Projects that are alternatives of or similar to dotfiles

Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+4161.54%)
Mutual labels:  zsh, tmux, vimrc, zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+7476.92%)
Mutual labels:  zsh, tmux, vimrc, zshrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+76.92%)
Mutual labels:  zsh, tmux, vimrc, zshrc
Dotfiles
My configuration files
Stars: ✭ 89 (+584.62%)
Mutual labels:  tmux, vimrc, zshrc
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1853.85%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+400%)
Mutual labels:  tmux, vimrc, zshrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+2661.54%)
Mutual labels:  tmux, vimrc, zshrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+953.85%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+84.62%)
Mutual labels:  zsh, tmux, zshrc
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+1484.62%)
Mutual labels:  zsh, tmux, zshrc
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+92.31%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (+392.31%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+169.23%)
Mutual labels:  tmux, vimrc, zshrc
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (+69.23%)
Mutual labels:  zsh, tmux, vimrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (+76.92%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+400%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
Dotfiles of Coelacanthus
Stars: ✭ 17 (+30.77%)
Mutual labels:  vimrc, zshrc
dotfiles
No description or website provided.
Stars: ✭ 12 (-7.69%)
Mutual labels:  zsh, tmux
dotfiles
My configuration files
Stars: ✭ 24 (+84.62%)
Mutual labels:  tmux, zshrc
dotfiles
My dotfiles
Stars: ✭ 23 (+76.92%)
Mutual labels:  tmux, vimrc

~/.*

so these are my dotfiles

install

  • ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)"
  • sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • git clone https://github.com/gaving/dotfiles ~/dotfiles
  • ln -sv ~/dotfiles ~/.config
  • git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm
  • brew install tmux

configure

  • ln -sv ~/.config/zsh/.zshenv
  • cp ~/.config/git/local.example ~/.config/git/local
  • ln -sv ~/.config/zsh/user ~/.oh-my-zsh/custom/entry.zsh

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
plugins=(
  docker
  docker-compose
  extract
  git
  history-search-multi-word
  thefuck
  you-should-use
  zsh-z
)

run

  • nvim +PlugInstall +qall
  • tmux
  • install plugins with <prefix + I>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].