tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Merge remote-tracking branch 'refs/remotes/origin/main'
biscui.tech
2 years ago
2167162a
5a7053dd
+15
-1
4 changed files
expand all
collapse all
unified
split
README.md
helix
.config
helix
config.toml
make-symlinks.ps1
zshrc
.zshrc
+1
README.md
···
1
1
+
Repo largely inspired by https://github.com/bartdorsey/dotfiles
+1
-1
helix/.config/helix/config.toml
···
5
5
line-number = "relative"
6
6
scroll-lines = 1
7
7
# auto-pairs = false
8
8
-
rulers = [80, 120]
9
8
mouse = true
10
9
auto-format = true
10
10
+
bufferline="multiple"
11
11
12
12
[editor.cursor-shape]
13
13
insert = "bar"
+9
make-symlinks.ps1
···
1
1
+
function New-Link ($target, $link) {
2
2
+
New-Item -Path $link -ItemType SymbolicLink -Value $target -Force
3
3
+
}
4
4
+
5
5
+
#New-Link $HOME/dotfiles/nvim/.config/nvim $HOME/.config/nvim
6
6
+
#New-Link $HOME/dotfiles/starship/.config/starship.toml $HOME/.config/starship.toml
7
7
+
#New-Link $HOME/dotfiles/Microsoft.PowerShell_profile.ps1 $PROFILE
8
8
+
#New-Link $HOME/dotfiles/ssh/.ssh/config $HOME/.ssh/config
9
9
+
New-Link $HOME/dotfiles/helix/.config/helix $env:APPDATA/helix
+4
zshrc/.zshrc
···
107
107
PATH=/home/biscuitech/.surrealdb:$PATH
108
108
export COLORTERM=truecolor
109
109
export PATH=~/bin:$PATH
110
110
+
111
111
+
#alias cargo-update="cargo install $(cargo install --list | egrep '^[a-z0-9_-]+ v[0-9.]+:$' | cut -f1 -d' ')"
112
112
+
113
113
+
export GDK_BACKEND=x11