Code Monkey home page Code Monkey logo

.dotfiles's Introduction

.dotfiles

What is this ?

This repo is a backup/collection of my personal configuration files, useful when I need to recreate my entire working environment and workflows. Feel free to draw on them if you need to, I try to keep this README as up to date as possible.

Table of Contents

  1. Quickstart
  2. CLI tools
  3. Configuration files

Quickstart

Given worflow clones the repository then installs necessary packages.

Linux

This will depend on your Linux distribution, but in this example it will be Debian/Ubuntu. Just change the software package management system if necessary.

sudo apt update && apt upgrade -y && apt install -y git
git clone [email protected]:papymonkey/.dotfiles.git ~/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout main .
git --git-dir=$HOME/.dotfiles config --local status.showUntrackedFiles no
install/Linux/install.sh
MacOS
brew install git
git clone [email protected]:papymonkey/.dotfiles.git ~/.dotfiles
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout main .
git --git-dir=$HOME/.dotfiles config --local status.showUntrackedFiles no
install/MacOS/install.sh

CLI tools

  • z - Jump quickly to directories that you have visited "frecently".
  • exa - ls replacement.
  • bat - cat(1) clone with wings.
  • btop - Nice monitor of resources.
  • rmlint - Extremely fast tool to remove duplicates and other lint from your filesystem.
  • hub - Makes git easier to use with GitHub.
  • figlet - Creates large characters out of ordinary screen characters.
  • nvm - node version nanager.
  • commitizen - Better commit forms.

Configuration files

  • zsh config - Interactive use designed shell.
  • tmux config - Terminal multiplexer.
    • Plugins are managed with tpm.
  • i3wm config - Tiling window manager, highly configurable.
  • git config - Version control system.
  • vim (Neovim) config - Vim-fork focused on extensibility and usability.
    • Plugins are managed with packer.

Tmux

Neovim

42

LSP

Completion

Snippets

Telescope

Treesitter

NvimTree

Git

Others

.dotfiles's People

Contributors

papymonkey avatar

Watchers

James Cloos 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.