GithubHelp home page GithubHelp logo

bgy10 / dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhaohongxuan/dotfiles

0.0 0.0 0.0 149 KB

My Personal dotfiles include zsh,nvim,tmux,wezterm Managed by chezmoi🤖

Shell 18.31% Lua 3.95% Vim Script 77.74%

dotfiles's Introduction

My Personal dotfiles Managed by chezmoi 🤖

This repo contains all my dotfiles managed by chezmoi, Chezmoi manage dotfile start with dot_ prefix instead of . for example, the .zshrc will be dot_zshrc in chezmoi, so if you don't want use chezmoi, just rename the dot_ config file to real . file, you can fork and edit before use it.

How to Usage

  1. install chezmoi first, if you use mac, simply brew install chezmoi
  2. fork this repo, if you want to manage dotfiles your self, if you just use it, you can just use this repo
  3. use chezmoi init https://github.com/zhaohongxuan/dotfiles.git to init dotfiles
  4. use chezmoi apply -v to make all dotfiles take effect. if you just want to apply one config file, let's take .zshrc for example, just use chezmoi appy -v .zshrc

Neovim configuration

Features

Screenshot

image

Pre-requisite

There are some dependencies before we use nvim to do efficient editing and development work.

Python3

A lot of Nvim plugins are written by Python3 so , we must install python3 first. after installation ,make sure that you can run python --version and got Python3.x pip install -U pynvim to install Pynvim

Node

We need to install node.js from here.

Ripgrep

Ripgrep, aka, rg, is a fast grepping tool available for both Linux, Windows and macOS. It is used by several searching plugins. if you use mac brew , simply brew install ripgrep

nvim

click herer https://neovim.io/ to install nvim, if you use brew in mac ,simply brew install nvim

Setting Nvim

Install Plug manager

install Neovim Plugin managerGitHub - junegunn/vim-plug: Minimalist Vim Plugin Manager

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

install this configuration

use chezmoi apply -v .config/nvim/init.vim to take nvim settings work

Ideavimrc

  1. if you use chezmoi, simple use chezmoi apply -v .ideavimrc to make it effect, or you can just copy this .ideavimrc to your home dictory
  2. enable ideavim plugin in your Jetbrain IDE like Intellij IDEA or Pycharm etc.
  3. you can watch my tutorial video in bilibili to get more information:ideavim插件的配置和使用

tmux

use Oh my tmux

karabiner

karabiner/karabiner.json

dotfiles's People

Contributors

zhaohongxuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.