Giter Site home page Giter Site logo

dotfiles's Introduction

Installing NVIM on Ubuntu

wget https://github.com/neovim/neovim/releases/download/v0.9.0/nvim-linux64.tar.gz

tar xzvf nvim-linux64.tar.gz

sudo cp -r nvim-linux64/* /usr/local/

nvim --version

๐Ÿ“‚ File Structure

Dotfiles

.dotfiles/
โ”œโ”€โ”€ bin/.local/scripts/
โ”œโ”€โ”€ git/
โ”‚   โ””โ”€โ”€ .gitconfig
โ”œโ”€โ”€ zsh/
โ”‚   โ””โ”€โ”€ .zshrc
โ”‚   โ””โ”€โ”€ .aliases
โ”‚   โ””โ”€โ”€ .extra_configs
โ”œโ”€โ”€ tmux/
โ”‚   โ””โ”€โ”€ .tmux.conf
โ”œโ”€โ”€ vim/
โ”‚   โ””โ”€โ”€ init.vim

LazyVim

~/.config/nvim
โ”œโ”€โ”€ lua
โ”‚   โ”œโ”€โ”€ config
โ”‚   โ”‚   โ”œโ”€โ”€ autocmds.lua
โ”‚   โ”‚   โ”œโ”€โ”€ keymaps.lua
โ”‚   โ”‚   โ”œโ”€โ”€ lazy.lua
โ”‚   โ”‚   โ””โ”€โ”€ options.lua
โ”‚   โ””โ”€โ”€ plugins
โ”‚       โ”œโ”€โ”€ spec1.lua
โ”‚       โ”œโ”€โ”€ **
โ”‚       โ””โ”€โ”€ spec2.lua
โ””โ”€โ”€ init.lua

[LazyVim] https://github.com/LazyVim/LazyVim

After installing Lazyvim

๐Ÿ”ฅ Scripts to run the fast setup

chmod +x ~/dotfiles/bin/.local/scripts/main.sh

~/dotfiles/bin/.local/scripts/main.sh

Installing Nerd Font

cd ~/dotfiles/fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip

unzip FiraCode.zip
rm FiraCode.zip 

# Create symlink
```bash
ln -s ~/dotfiles/nvim ~/.config/nvim
mkdir -p ~/.local/share/fonts/NerdFonts
ln -s ~/dotfiles/fonts/*.ttf ~/.local/share/fonts/NerdFonts
ln -s ~/dotfiles/fonts/*.otf ~/.local/share/fonts/NerdFonts
ln -s ~/dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/starship/.config/starship.toml ~/.config/starship.toml

Update font cache

fc-cache -fv

Check installation

fc-list | grep "FiraCode"

dotfiles's People

Contributors

victor00 avatar

Watchers

 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.