Skip to content

Latest commit

 

History

History
184 lines (131 loc) · 4.03 KB

README.legacy.md

File metadata and controls

184 lines (131 loc) · 4.03 KB

{.}files

My NEOVim, tmux and zsh config

dotfiles env term editor multiplexer shell License: MIT Docker Cloud Build Status


dotfiles_ss


i have switched to init.lua


PREREQUISITES

Install TMUX

brew install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Install NEOVIM

brew install neovim

Install NEOVIM Plugin

:PackerInstall

install Z shell

https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH

install antibody

https://github.com/getantibody/antibody

install starship

https://github.com/starship/starship

install fnm [Fast Node Manager ]

https://github.com/Schniz/fnm

INSTALLATION

Install Config

git clone git@github.com:AungMyoKyaw/dotfiles.git
cd dotfiles
sh ./install.sh

Install TMUX Plugins

Use ctrl+a+I to install TMUX Plugins

ctrl+a is prefix.

Install ZSH Plugins

reload zshrc

source ~/.zshrc

updateplugin

updateplugin

Dockerized Vim [docker hub]

docker run -it --rm \
  -v $(pwd):/root/src:cached \
  aungmyokyaw/dnvim

Dockerized Vim [local]

Build Dockerfile

docker build -t dnvim .

Develop with dnvim

set alias
alias dnvim='docker run -it --rm \
  -v $(pwd):/root/src:cached \
  dnvim'
and run
dnvim
or run manually
docker run -it --rm \
  -v $(pwd):/root/src:cached \
  dnvim

🌸

LICENSE

MIT © Aung Myo Kyaw