Giter Club home page Giter Club logo

dotfiles's Introduction

Dotfiles

  • Zsh
  • Tmux
  • LunarVim
  • Kitty

Installation

  • Clone this repository in your home directory.
git clone https://github.com/syndg/dotfiles.git
  • Install stow using a package manager of your choice or based on your Linux/Mac distro.
# For Debian-based distros
sudo apt install stow

# For Arch-based distros
sudo pacman -S stow

# For MacOS
brew install stow
  • Run stow <appName> to install the respective dotfiles.

For example, if you want to install the zsh config files, run:

stow zsh

Install LunarVim

MAKE SURE YOU CLONE THIS REPO IN YOUR HOME DIRECTORY

Otherwise stow wont be able to symlink the config files to the right place.

Install LunarVim from here

The installation is pretty simple using the official script, but if you still wanna refer to a video tutorial, check out this one: LunarVim Installation

To install my LunarVim config files, first clone this repository and run the following commands in your home directory:

# home directory
rm -rf ~/.config/lvim
cd dotfiles
stow lvim

What this config contains:

  • Codeium AI for code auto-completion
  • Different plugins for color highlighting, smooth scrolling and more.
  • Different color-schemes that you can choose from.
  • A few custom keybindings.
  • Relative line numbers enabled by default.

Codeium Setup

For Codeium to work, you need to do the following steps:

  • Head over to Codeium's website and create an account.
  • Install LunarVim and install my config files.
  • After the installation, run lvim.
  • While in normal mode enter the command, :Codeium Auth
  • You'll be redirected to Codeium's website for authentication and you'll get an API key which you have to paste it in lvim.
  • Voila you're done.

Since the <tab> key is already taken by lvim for LSP completions, I have configured Codeium to use <CTRL>+g for appending the completions.

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.