Git Product home page Git Product logo

dotfiles-light's Introduction

dotfiles

This repo is forked from Kiyoon's original repo 'dotfiles', please see his instructions. Since this is a lighter version, some functionalities are missing.

스크린샷 2023-04-10 오전 4 41 16

Features

if you using other compilers

Requirements

  • Linux x86-64
  • Tmux v3.3a-ish

Steps

1. Install zsh

⚠️ symlink.sh will override your dotfiles (backup path: $HOME/.backup_dot !!

⚠️ Please deactivate conda

mkdir -p .config
cd .config
git clone https://github.com/jonggyujang0123/dotfiles-light
cd dotfiles-light
bash install-zsh-locally.sh

2. Install oh-my-zsh & powerlevel10k & other

⭐ reload terminal before this step

cd ~/.config/dotfiles-light
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
bash symlink.sh
source ~/.zshrc
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
source ~/.zshrc

3. vim

  • Install the latest version of vim (locally)
bash vimconfig/install-vim-latest-locally.sh

check vim version (9.xx)

  • install nodejs
bash install-node-js-locally.sh
  • install vim plugin
mkdir -p ~/.vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
python -m pip install ipdb # (If possible)
  • Enter vim and run :PlugInstall

If jedi error: pip install jedi==0.16.0

  • If you use your compiler in other locations: replace let g:python3_host_prog = '~/anaconda3/bin/python3' in vimrc by your python ex) let g:python3_host_prog = "user/bin/python"

3. - install logo-ls

bash install-logo-ls-locally.sh
source ~/.zshrc

4. Install conda

bash CondaConfig/install-anaconda.sh
source ~/.zshrc

5. Install tmuxplugins

bash tmux/install-plugins.sh
tmux 

6. Install Copilot

  • Install Copilot :
    • Install vim latest version (optional)

    • copilot install

git clone https://github.com/github/copilot.vim.git \
  ~/.vim/pack/github/start/copilot.vim
  • After this: Start Neovim and invoke :Copilot setup

(option, only for local computer) Install nerdfont

Install others ./install-nerdfont.sh

How to use?

1. vim plugins

  • Nerdtree : Press <F3> to open/close tree window
  • vim-repl : Press \ + R
  • Copilot : Press <Tab> to accept suggestion

2. tmux plugins

  • <ctrl> + a : function key

  • function key + c : create new window

  • function key + n : go to next window

  • function key + p : go to previous window

  • function key + d : detach

  • function key + number : go to n-th window

  • function key + R : Reload tmux plugins

  • tmuxattach x : attach session 'x'

  • tmuxkill x : kill session 'x'

dotfiles-light's People

Contributors

kiyoon avatar jonggyujang0123 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.