Coder Social home page Coder Social logo

dotfiles-linux's Introduction

Linux Personal Profile Dotfiles

This project contains all of the configuration files I use for all of my Linux-based logins. When these files are linked to their appropriate places (using the configure.sh install script), my standard settings will be set up on that computer. These settings include important environment variables, terminal aliases, and scripts.

Installation

To install this project, run the following commands:

git clone https://github.com/garrettheath4/dotfiles-linux.git ~/dotfiles
cd ~/dotfiles
git submodule init && git submodule update
./configure.sh

Repository Contents

Repository Item Description Linking by configure.sh
configure.sh A Bash script that creates links from the user's home directory to this repository none (run configure.sh once to create the links below
_.bashrc Contains user Bash settings (runs when non-login shells are started, e.g. terminal emulators and subshells) ~/.bashrc --> dotfiles-linux/_.bashrc
_.bash_profile Contains user Bash settings (runs when login shells are started, e.g. direct console login or ssh) ~/.bash_profile --> dotfiles-linux/_.bash_profile
_.tmux.conf Contains Tmux configuration settings (Tmux is launched every time .bash_profile is triggered) ~/.tmux.conf --> dotfiles-linux/_.tmux.conf
_.git-completion.bash Allows tab-completion of Git commands in Bash ~/.git-completion.bash --> dotfiles-linux/_.git-completion.bash
bin/ Contains Bash user scripts (mostly convenience scripts) ~/bin --> dotfiles-linux/bin/
sbin/ Contains Bash administrative scripts (mostly scripts containing sudo) ~/sbin --> dotfiles-linux/sbin/
_.vimrc Contains Vim startup settings ~/.vimrc --> dotfiles-linux/_.vimrc
_.gvimrc Contains Vim startup settings when Vim is started in graphical (GUI) mode gvim ~/.gvimrc --> dotfiles-linux/_.gvimrc
_.vim/ Contains Vim plugins (mostly just the Vundle plugin manager stored as a Git submodule) ~/.vim --> dotfiles-linux/_.vim/
README.md This README file none
.gitignore Tells Git which files to ignore in this repository if they're changed none
.gitmodules Do not edit this file directly; Git uses it to keep track of Git submodules in this repo git submodule init && git submodule update

Future Tasks

dotfiles-linux's People

Contributors

garrettheath4 avatar

Stargazers

 avatar

Watchers

 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.