mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
zsh stuff
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pwfonts/
|
||||
@@ -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}")'
|
||||
|
||||
|
||||
|
||||
10
install.sh
10
install.sh
@@ -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
5
zshrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user