Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
/ linux_defaults Public archive

vimrc, bashrc, ect

Notifications You must be signed in to change notification settings

tomleo/linux_defaults

Repository files navigation

Linux Defaults

vimrc, bashrc, ect. I guess the popular term nowadays is dotfiles.

The setup

Setup Fish Shell

sudo add-apt-repository ppa:fish-shell/release-2
sudo apt-get update
sudo apt-get install fish
cd /home/tom/.config/
ln -s /home/tom/hacking/linux_defaults/home/.config/fish/ fish
chsh -s `which fish`

Setup Terminator

sudo apt-get install terminator
gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
ln -s /home/tom/hacking/linux_defaults/home/.config/terminator/ terminator

Powerlines

Basically followed the steps here http://askubuntu.com/a/283909 or use fish shell

Git

sudo ln -s ~/hacking/linux_defaults/bin/git-merged-branches /usr/local/bin/git-merged-branches

In .gitconfig add the following line:

[alias]
    merged-branches = !git-merged-branches

About

vimrc, bashrc, ect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published