zsh stuff

This commit is contained in:
Fergal Moran
2016-11-29 23:48:17 +00:00
parent 98e66ecca7
commit 0ff8962113
4 changed files with 12 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
pwfonts/

View File

@@ -52,6 +52,6 @@ alias pskill=doPsKill
alias docker-nuke="docker rm $(docker ps -a -q) && docker rmi $(docker images -q)"
alias dc='docker-compose'
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'}
alias docker-rm-untagged='docker rmi -f $(docker images | grep "^<none>" | awk "{print $3}")'

View File

@@ -6,7 +6,7 @@ h
dir=~/dotfiles # dotfiles directory
olddir=~/dotfiles_old # old dotfiles backup directory
files="zshrc bashrc bash_aliases bash_profile bash_prompt bash_functions sqliterc" # list of files/folders to symlink in homedir
files="zshrc bash_aliases bash_functions sqliterc" # list of files/folders to symlink in homedir
##########
@@ -32,5 +32,9 @@ done
chmod +x $dir/dropbox.py
ln -s $dir/dropbox.py ~/bin/dropbox.py
ln $dir/fonts ~/.fonts
fc-cache -f -v
#ln $dir/fonts ~/.fonts
#fc-cache -f -v
git clone https://github.com/powerline/fonts.git pwfonts
cd pwfonts && ./install.sh

5
zshrc
View File

@@ -2,12 +2,12 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/home/fergalm/.oh-my-zsh
export ZSH=/home/fergalm/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnoster"
ZSH_THEME="random"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@@ -54,6 +54,7 @@ ZSH_THEME="agnoster"
plugins=(git)
source $ZSH/oh-my-zsh.sh
source ~/.bash_aliases
# User configuration