Git Product home page Git Product logo

dotfiles's Introduction

dotfiles

setup

cd ~
mkdir .dotfiles
cd .ditfiles
git clone [email protected]:vinodpandey/dotfiles.git .

backup old dotfiles and symlink the new files

mv $HOME/.zshrc $HOME/.zshrc.bak
ln -sf $HOME/.dotfiles/.zshrc $HOME/.zshrc

mv $HOME/.zprofile $HOME/.zprofile.bak
ln -sf $HOME/.dotfiles/.zprofile $HOME/.zprofile

mv $HOME/.p10k.zsh $HOME/.p10k.zsh.bak
ln -sf $HOME/.dotfiles/.p10k.zsh $HOME/.p10k.zsh

iTerm2

oh-my-zsh

neovim

Install neovim

# Mac
brew install neovim

nvim --version


# Ubuntu 20.04 x86_64

ref: https://github.com/neovim/neovim/blob/master/INSTALL.md

cd /opt/
wget https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
tar zxvf nvim-linux64.tar.gz

sudo ln -s $(pwd)/nvim-linux64/bin/nvim /usr/bin/nvim

nvim --version

Install JetBrainsMono Nerd Font

- https://www.nerdfonts.com/font-downloads
- Download the fonts and open in Font Book in Mac and install

Install NvChad

git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 

start nvim

Do you want to install example custom config? (y/N): N

Symlink the configuration file

ln -s $HOME/.dotfiles/nvim/lua/custom $HOME/.config/nvim/lua/custom

tmux

Install tmux

# arch -x86_64 is used for Mac M2 
arch -x86_64 brew install tmux

Install powerline-status for tmux status bar customization

pip install powerline-status

Symlink the configuration file

mv $HOME/.tmux.conf $HOME/.tmux.conf.bak
ln -sf $HOME/.dotfiles/.tmux.conf $HOME/.tmux.conf

ln -s $HOME/.dotfiles/powerline $HOME/.config/powerline

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.