summaryrefslogtreecommitdiff
path: root/.dotFileSetup.sh
blob: 6987a1c4373d4dc83174c67dce82798c33960518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

mkdir /home/julian/.oh-my-zsh/custom/themes 

wget https://raw.githubusercontent.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme -O /home/julian/.oh-my-zsh/custom/themes/bullet-train.zsh-theme

cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git

alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
echo ".cfg" >> .gitignore
git clone --bare 'https://github.com/jbjjbjjbj/newDotFiles' $HOME/.cfg
config config --local status.showUntrackedFiles no
config checkout -f

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

mkdir Software
cd Software

git clone https://github.com/jbjjbjjbj/Custom-dwm6.1.git
cd Custom-dwm6.1
sudo make install
cd ..

git clone https://github.com/jbjjbjjbj/Custom-st.git
cd Custom-st
sudo make install
cd