Code Monkey home page Code Monkey logo

dotfiles's Introduction

Installation

  1. Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install git brew install git
  3. Install stow brew install stow
  4. Clone dotfiles git clone https://github.com/simonlevasseur/.dotfiles.git $HOME/.dotfiles
  5. Stow everything cd .dotfiles && stow */
  6. Install everything cd && brew bundle
  7. Open Kitty
  8. Install TMUX plugins tat && <C-a> + I
  9. Install NVIM plugins nvim plugins will auto-install

GNU Stow

Useful article.

cd ~/.dotfiles

# Preview what stow will do
# `-n` does not perform action
# `-v` verbose
stow -nv folder

# Stow all directories to ~
# `--no-folding` symlinks files, not folders
stow --no-folding */

# Remove a stowed directory
stow -D folder

# Relink a directory
# Useful after deleting a file from stow directory
stow -R folder

Homebrew

brew bundle

ZSH

Commands

TMUX

Tmux Plugin Manager

# Install plugins
<prefix> + I

# Uninstall plugins
<prefix> + alt + u

#Update plugin
<prefix> + U

Shortcuts

# Reload tmux.conf
<prefix> + R

Commands

# Start with
<prefix> + :

# Set current window to number 1
swap-window -t 1

VIM

Help

# Go to link under cursor
<Ctrl> + ]

Options

# Read the value
set number

# See all mappings in Normal mode
:nmap

SKHD

# Restart service
ctrl + alt - r

dotfiles's People

Contributors

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