cubapp / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles

.screenrc

My old screenrc opens three bash shells (current user) plus adds hardline with important information:

  • hostname
  • each screen name
  • date
  • time
  • nickname "c++" ;-)

aliases

Aliases and functions to use lt, ..., odd :

  • ls -alt (first the newest files)
  • ... for cd ../..
  • odd for better looking od
  • lsofi for better network lsof
git clone https://github.com/cubapp/dotfiles
cd dotfiles
cp aliases ~/.aliases
cp .tmux.conf ~/
echo "[ -f ~/.aliases ] && source ~/.aliases " >> ~/.bashrc

Either copy or link the aliases into your ~/.alias file and call it from .bashrc or .zshrc:

[ -f ~/.aliases ] && source ~/.aliases

resolv.conf

Free and usable DNS servers

About

My dotfiles

License:GNU General Public License v3.0


Languages

Language:Shell 85.7%Language:Vim Script 14.3%