feileo / dots

My neo/vim, tmux, oh-my-zsh, etc. configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my dotfiles

๐ŸŒŽ [English] โˆ™ [็ฎ€ไฝ“ไธญๆ–‡]

My neo/vim, tmux, oh-my-zsh etc. configurations ๐Ÿ˜Š

Structure:

Screenshot

http://cdn.at7h.com/img/mydots_examples_1.png?t=1

See more

Usage

Get dotfiles:

$ git clone https://github.com/at7h/dots.git ~/.dots

Neo/vim

  • 1. Deploy settings

    Using for neovim:

    $ ln -s ~/.dots/vim/ ~/.config/nvim

    Or using for vim:

    ln -s ~/.dots/vim/.vimrc ~/
  • 2. Use PlugInstall to install plugins, See plug.vim for details

  • 3. Install dependent tools

    • rg
    • pynvim
    • pylint, flake8, mypy etc.
    • gopls, golint, goimports etc.
  • 4. If you are experiencing problems, run and read nvim -c checkhealth

Finished, enjoy it ๐Ÿ˜„

Tmux

  • 1. Insatll tpm

    $ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    $ bash ~/.tmux/plugins/tpm/bin/install_plugins
  • 2. Deploy settings

    $ ln -s ~/.dots/tmux/tmux.conf ~/.tmux.conf

    Use tmux prefix + e to editing the local tmux configuration ~/.dots/tmux/tmux.conf.local.

Oh-my-zsh

  • 1. Insatll prerequisites

  • 2. Font Installation.

    # https://github.com/ryanoasis/nerd-fonts#option-4-homebrew-fonts
    $ brew tap homebrew/cask-fonts
    $ brew cask install font-hack-nerd-font

    Configure non-acsii fonts in Iterm2:

    • Preferences -> Profiles -> Text -> Non-Ascii-Font -> hack-nerd-font.
    • Preferences -> Profiles -> Colors -> Colors Presets -> Monokai Soda
  • 3. Get the configurations you are interested in from .dots/zsh/zshrc

    $ ln -s ~/.dots/zsh/zshrc ~/.zshrc

Thanks ๐Ÿค

Please feel free to โญ๏ธ this repository if this project helped you ๐Ÿ˜‰ !

About

My neo/vim, tmux, oh-my-zsh, etc. configurations.

License:MIT License


Languages

Language:Vim Script 93.7%Language:Shell 6.3%