Giter VIP home page Giter VIP logo

.dotfiles's Introduction

.dotfiles

stored in a bare git repository ( link )

alias config='/opt/homebrew/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
echo ".dotfiles" >> .gitignore
git clone --bare <git-repo-url> $HOME/.dotfiles
config checkout

# probably want to
config config --local status.showUntrackedFiles no

if there are errors due to existing files

mkdir -p .config-backup && \
  config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
  xargs -I{} mv {} .config-backup/{}

OhMyZsh

What needs to be done to re-install ohMyZsh?

make

make
make check-tools     # check required tools
make dev-env         # setup the default developer environment
make update-dev-env  # update brew and setup the default developer environment

Neovim

as per

0 to LSP : Neovim RC From Scratch - ThePrimeagen

0 to LSP : Neovim RC From Scratch - ThePrimeagen

and https://github.com/ThePrimeagen/init.lua

:h rtp # runtimepath for nvim
%      # create a new file
d      # create a directory
:so    # source current file

# ' ' space set as leader
# SPACE P V to open Ex file explorer

from https://github.com/wbthomason/packer.nvim

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
  ~/.local/share/nvim/site/pack/packer/start/packer.nvim

add section to load in packer.lua and run

:PackerSync
https://github.com/nvim-telescope/telescope.nvim
# paste packer install
# Visual select and '=' to align
# SPACE pf - files
# SPACE ps - search
# CTRL p - in git

theme https://github.com/rose-pine/neovim

:lua ColorMyPencils() # to re-call the color method

also:

Doom Emacs

as per https://github.com/doomemacs/doomemacs and Doom Emacs On Day One (Learn These Things FIRST!) - DistroTube

Doom Emacs On Day One (Learn These Things FIRST!) - DistroTube

git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
# assuming the daemon is running
/opt/homebrew/bin/emacs --daemon
# TODO: start this up with launchd?

# aliased emacsclient as just 'emacs'
emacs

.dotfiles's People

Contributors

saramic avatar

Stargazers

Anton avatar

Watchers

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