Merge branch 'master' of github.com:cyplo/dotfiles
This commit is contained in:
commit
7565f5bc07
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -41,3 +41,6 @@
|
||||||
[submodule ".vim/bundle/splice"]
|
[submodule ".vim/bundle/splice"]
|
||||||
path = .vim/bundle/splice
|
path = .vim/bundle/splice
|
||||||
url = https://github.com/sjl/splice.vim.git
|
url = https://github.com/sjl/splice.vim.git
|
||||||
|
[submodule ".kicad"]
|
||||||
|
path = .kicad
|
||||||
|
url = git@github.com:KiCad/kicad-library.git
|
||||||
|
|
1
.kicad
Submodule
1
.kicad
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 81f5d8cecda3ea660e6a4df98a46ed45b633cf99
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get dist-upgrade -y
|
sudo apt-get dist-upgrade -y
|
||||||
sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial
|
sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird mercurial kdiff3
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
DIR="$DIR/../"
|
DIR="$DIR/../"
|
||||||
|
|
Loading…
Reference in a new issue