Giter Club home page Giter Club logo

dotfiles's Introduction

Intro

This is the dotfiles compatible and tested with MacOS, zsh, tmux, neovim > 0.9

How-to

  • Clone this repository with the submodules to your home directory
    • Use the following command to clone
git clone --recurse-submodules https://github.com/juniorsaldanha/dotfiles ~/dotfiles
  • Make sure that you have stow installed
    • To install it with brew run brew install stow
  • Change the directory to the repository cloned and run stow .
  • If you receive any error or warning make sure that you don't have these files on the home dir. Remember that the stow tool it will just create all the symlinks from your home dir.

How-to with Docker

  • Declare the following function in your .zshrc or .bashrc file
function nvim_docker() {
    docker run -w /root -it --rm alpine:latest sh -uelic '
    apk add git nodejs neovim ripgrep build-base wget stow --update
    git clone https://github.com/juniorsaldanha/dotfiles ~/dotfiles
    cd ~/dotfiles && stow .
    cd ~/ && nvim
    '
}
  • Run the command nvim_docker in your terminal
  • Not fully tested yet, some plugins may not work properly

How-to (nvim only) without removing your current dotfiles/nvim config

  • Clone this repository with the submodules to your home directory
    • Use the following command to clone:
git clone --recurse-submodules https://github.com/juniorsaldanha/dotfiles ~/dotfiles_juniorsaldanha
  • Copy nvim config folder to your home directory
cp -r ~/dotfiles_juniorsaldanha/nvim ~/.config/nvim_juniorsaldanha
  • Add nvim_juniorsaldanha alias to your .zshrc or .bashrc file
function nvim_juniorsaldanha() {
	NVIM_APPNAME=nvim_juniorsaldanha nvim $@
}
  • Run nvim_juniorsaldanha in your terminal

Credits

Junior Saldanha (@juniorsaldanha on github and @umsaldanha on socials)

dotfiles's People

Contributors

juniorsaldanha avatar

Stargazers

 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.