Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel FORESTIER
344336364b Adds personal Archey4 configuration 2020-01-10 20:55:33 +01:00
Samuel FORESTIER
a0b11ea137 Adds personal Sublime Text 3 preferences and updates setup documentation 2020-01-10 20:53:58 +01:00
3 changed files with 24 additions and 1 deletions
.config
archey4
sublime-text-3/Packages/User
.dotfiles

@ -32,6 +32,7 @@
},
"ip_settings": {
"lan_ip_max_count": false,
"lan_ip_v6_support": true,
"wan_ip_v6_support": true
},
"temperature": {

@ -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...