Giter VIP home page Giter VIP logo

dotfiles-1's Introduction

Gallery

demo-1

demo-2

demo-3

About

This repository contains my personal configuration files for development on Windows && macOS && Linux (mainly for Arch).

It's not recommended to directly copy my configs, unless you know what they mean. Google and the manual pages are your best friends when exploring the open source world.

However I built a docker image for portable development, you can try it out if you are interested in my config :)

This docker image is based on openSUSE Tumbleweed and will be built every 3 days. It features the following:

  • Vim/Neovim
  • Zsh
  • Tmux
  • Some UNIX Development Tools

To try it, install docker and run this command:

docker run -it sainnhe/dotfiles:latest zsh

To access local directory in this docker image, use:

docker run -v <workdir-on-local-machine>:/root/work -it sainnhe/dotfiles:latest zsh

Where <workdir-on-local-machine> is the path of the directory you want to access on your local machine.

This directory will be mounted to /root/work so you can access it through this path in docker.

Tips

  • Don't forget to install nerd font for your terminal emulater.
  • Execute tmuxinit in zsh to start a tmux session.
  • Press Ctrl-Space twice to launch tmux-fzf which can help you better manage tmux environment.
  • Execute colorscheme in zsh to switch color schemes.
  • Press Space in Vim/Neovim normal mode to get a set of shortcuts.

License

MIT && Anti-996 © sainnhe

dotfiles-1's People

Contributors

sainnhe avatar dependabot[bot] 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.