Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles

System configuration

Install

git clone https://github.com/pfraces/dotfiles
cd dotfiles
./install.sh archlinux manjaro

install.sh will replace your dotfiles with the base settings

Additional patch collections are available to fine-grained setup.

Setup

~/.dotfilesrc

WIFI_ESSID=<wifi name>
WIFI_KEY=<wifi password>

dotfiles's People

Contributors

pfraces avatar pfraces-ob avatar

Watchers

James Cloos avatar  avatar

dotfiles's Issues

create documentation

install script

  • how it works
  • what targets are available
  • what means "layered targets"

tools

  • which tools are configured
  • how to mantain those tools: postinstall, update, plugins, configurations
  • keybindings

vim: enable vimfiler file manager capabilities

Default key mappings: https://github.com/Shougo/vimfiler.vim/blob/master/doc/vimfiler.txt#L830

Disable safe mode to enable the following commands

call vimfiler#custom#profile('default', 'context', { 'safe' : 0 })

create directory

  • command: <Plug>(vimfiler_make_directory)
  • default key mapping: S-k

create file

  • command: <Plug>(vimfiler_new_file)
  • default key mapping: S-n

delete file

  • command: <Plug>(vimfiler_delete_file)
  • default key mapping: d

rename file

  • command: <Plug>(vimfiler_rename_file)
  • default key mapping: r

add $HOME/bin to $PATH if exists

Ubuntu $HOME/.profile:

# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
    # include .bashrc if it exists
    if [ -f "$HOME/.bashrc" ]; then
    . "$HOME/.bashrc"
    fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi

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.