setup directories
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
[user]
|
|
||||||
name = Sil Klaasboer
|
|
||||||
email = silklaasboer@gmail.com
|
|
||||||
[core]
|
|
||||||
editor = code --wait
|
|
||||||
5
git/.gitconfig
Normal file
5
git/.gitconfig
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[user]
|
||||||
|
name = Sil Klaasboer
|
||||||
|
email = sil.klaasboer@outlook.com
|
||||||
|
[core]
|
||||||
|
editor = code --wait
|
||||||
12
setup.sh
12
setup.sh
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
. vscode/extensions.sh
|
apt-get update
|
||||||
# Install fonts for zsh
|
apt-get install stow
|
||||||
echo "Hello World"
|
|
||||||
export TESTENV=69
|
cd ~/dotfiles
|
||||||
apt update
|
stow git
|
||||||
apt-get install fzf tmux zsh neovim
|
stow vscode
|
||||||
|
|||||||
0
vscode/keybindings.json
Normal file
0
vscode/keybindings.json
Normal file
1
vscode/settings.json
Normal file
1
vscode/settings.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
:
|
||||||
0
vscode/snippets.json
Normal file
0
vscode/snippets.json
Normal file
Reference in New Issue
Block a user