https://github.com/ghostsquad/home
https://github.com/ghostsquad/home
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostsquad/home
- Owner: ghostsquad
- Created: 2016-07-18T23:43:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T00:46:49.000Z (over 7 years ago)
- Last Synced: 2025-06-16T20:53:37.451Z (12 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bash Evnironment
====
Home Bash Environment Happiness
*.bashrc* - The workhorse, make your shell happy.
*.profile* - Sources .bashrc for login shells.
*.inputrc* - Remaps the up and down arrows to history search,
*.vimrc* - Configuration file for vim.
*setup_home.sh* - Install packages that I like. Ubuntu/Debian only.
Installation
====
Copy each of the adove files to your home directory.
Relog or 'source .bashrc' and grin.
for F in .bashrc .profile .inputrc .vimrc;do wget --no-check-certificate https://raw.github.com/ghostsquad/home/master/$F -O ~/$F;done
Tested on Ubunu, CentOS, and FreeBSD
For full install:
wget --no-check-certificate https://raw.github.com/ghostsquad/home/master/setup.sh -O ~/setup.sh;sudo sh ~/setup.sh