Added .xinitrc with gnome-keyring functionality.
This commit is contained in:
parent
8d781675e2
commit
0f96754535
2
.xinitrc
Normal file
2
.xinitrc
Normal file
@ -0,0 +1,2 @@
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
export SSH_AUTH_SOCK
|
4
setup.sh
4
setup.sh
@ -1,12 +1,12 @@
|
||||
#!env bash
|
||||
pushdA~
|
||||
pushd ~
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install vim tmux git fluxbox aptitude default-jdk default-jdk-doc
|
||||
mkdir ~/projects ~/programs ~/temp
|
||||
git clone _git@git.jdb-labs.com:jdb/dotfile temp/dotfiles
|
||||
cd ~/temp/dotfiles
|
||||
cp -r .fonts .tmux.conf .vimrc .vim .bash_aliases .gitconfig .screenrc .Xdefaults .config .gradle ~
|
||||
cp -r .fonts .tmux.conf .vimrc .vim .bash_aliases .gitconfig .screenrc .Xdefaults .config .gradle .xinitrc ~
|
||||
|
||||
# VIM
|
||||
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user