Compare commits
2 Commits
cc03877ed6
...
344336364b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
344336364b | ||
![]() |
a0b11ea137 |
@ -32,6 +32,7 @@
|
||||
},
|
||||
"ip_settings": {
|
||||
"lan_ip_max_count": false,
|
||||
"lan_ip_v6_support": true,
|
||||
"wan_ip_v6_support": true
|
||||
},
|
||||
"temperature": {
|
||||
|
22
.config/sublime-text-3/Packages/User/Preferences.sublime-settings
Executable file
22
.config/sublime-text-3/Packages/User/Preferences.sublime-settings
Executable file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"added_words":
|
||||
[
|
||||
"utf",
|
||||
"Theano",
|
||||
"malware",
|
||||
"uninstalling"
|
||||
],
|
||||
"always_show_minimap_viewport": true,
|
||||
"auto_complete_delay": 10,
|
||||
"bold_folder_labels": true,
|
||||
"close_windows_when_empty": false,
|
||||
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
|
||||
"dictionary": "Packages/Language - English/en_US.dic",
|
||||
"dpi_scale": 1,
|
||||
"font_size": 11,
|
||||
"highlight_modified_tabs": true,
|
||||
"remember_full_screen": true,
|
||||
"scroll_past_end": false,
|
||||
"spell_check": true,
|
||||
"theme": "Spacegray Oceanic.sublime-theme"
|
||||
}
|
@ -31,7 +31,7 @@ git clone https://git.forestier.app/HorlogeSkynet/dotfiles.git
|
||||
# We'll need this to match hidden files...
|
||||
shopt -s dotglob
|
||||
# Let's move out all of its content
|
||||
mv dotfiles/* .
|
||||
rsync -ar --remove-source-files dotfiles/ ./
|
||||
# ... but care : Git's internals have to be ELSEWHERE !
|
||||
mv .git/ .dotfiles/
|
||||
# We won't need it anymore...
|
||||
|
Loading…
x
Reference in New Issue
Block a user