GithubHelp home page GithubHelp logo

dotfiles's Introduction

dotfiles

Open questions ?

  • Terminal: Setup alacritty or how to use st ?
  • Vundle: setup submodule ?
  • password: setup submodule ?
  • shell history: setup submodule ?
  • feature branches ?

Setup

$ cd $HOME
$ # Clone read-only
$ TARGET="https://github.com/pimzero/dotfiles.git"
$ # Or r/w with ssh+git
$ TARGET="[email protected]:pimzero/dotfiles.git"
$ git init --separate-git-dir=.dotfiles
$ git remote add origin "$TARGET"
$ git pull
[...]
$ dotfiles checkout -b "$(hostname)-conf"
$ dotfiles merge aaa-feature bbb-feature ccc-feature

To update:

$ dotfiles fetch
$ dotfile merge aaa-feature bbb-feature ccc-feature

List features

$ dotfile branch --list '*-feature'

This config is used for archlinux boxes. The following packages are expected:

Base

$ pacman -S base git vim gnupg openssh python grep

Dev

$ pacman -S base git gvim gnupg openssh python base-devel strace gdb valgrind clang llvm llvm-libs inetutils

Optional

chromium

x11-ssh-askpass
i3-wm i3status slock
xorg-xrandr xorg-xmodmap
redshift blueberry pasystray
scrot

wine
qemu qemu-arch-extra
util-linux procps-ng

bash-completion
lesspipe
rlwrap
bc units

rsync

mutt
tarsnap

Home hierarchy

$ mkdir -p Data \
           Desktop \
           Documents \
           Downloads \
           Games \
           Images \
           Music \
           Notes \
           Screenshots \
           Shared \
           Videos \
           Workspace

dotfiles's People

Contributors

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