Skip to content

Commit fa20718

Browse files
committed
Convert 2 space tabs to 4 spaces
1 parent 455e908 commit fa20718

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

Diff for: INSTALL.md

+51-51
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,60 @@
66
- Download the [dracula.conf file](https://raw.githubusercontent.com/dracula/codeblocks/master/dracula.conf).
77
<!-- - Download the [dracula.conf file](https://draculatheme.com/codeblocks/dracula.conf). -->
88
- Open Codeblocks share config
9-
- **Windows**
10-
- Open `C:\Program Files\CodeBlocks\cb_share_config.exe` depending on where you installed codeblocks
11-
- Or you can Go to start (Press <kbd>⊞ Win</kbd>) then type "Codeblocks Share Config"
12-
- Run the application by pressing <kbd>↵ Enter</kbd> or clicking on it's icon with the mouse
13-
- **Linux**
14-
- Open `~/.codeblocks/cb_share_config` depending on where you installed codeblocks, you may also want to run it as sudo
15-
- **MacOS**
16-
- Open `/Applications/CodeBlocks.app/Contents/MacOS/cb_share_config`
9+
- **Windows**
10+
- Open `C:\Program Files\CodeBlocks\cb_share_config.exe` depending on where you installed codeblocks
11+
- Or you can Go to start (Press <kbd>⊞ Win</kbd>) then type "Codeblocks Share Config"
12+
- Run the application by pressing <kbd>↵ Enter</kbd> or clicking on it's icon with the mouse
13+
- **Linux**
14+
- Open `~/.codeblocks/cb_share_config` depending on where you installed codeblocks, you may also want to run it as sudo
15+
- **MacOS**
16+
- Open `/Applications/CodeBlocks.app/Contents/MacOS/cb_share_config`
1717
- Click the <kbd>...</kbd> button under "Source configuration file"
1818

19-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_1.png)
20-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_1.png) -->
21-
<!-- ![Screenshot](./images/cb_share_config_1.png) -->
19+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_1.png)
20+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_1.png) -->
21+
<!-- ![Screenshot](./images/cb_share_config_1.png) -->
2222

2323
- Navigate to where you downloaded the `dracula.conf` file, it will be most likely in the downloads folder
2424

2525
- Click the two check boxes that appear
26-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_2.png)
27-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_2.png) -->
28-
<!-- ![Screenshot](./images/cb_share_config_2.png) -->
26+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_2.png)
27+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_2.png) -->
28+
<!-- ![Screenshot](./images/cb_share_config_2.png) -->
2929

3030
- Click the <kbd>...</kbd> button under "Destination configuration file"
3131

32-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_3.png)
33-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_3.png) -->
34-
<!-- ![Screenshot](./images/cb_share_config_3.png) -->
32+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_3.png)
33+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_3.png) -->
34+
<!-- ![Screenshot](./images/cb_share_config_3.png) -->
3535
- Navigate to the `default.conf` file of Codeblocks, the location will differ by OS, If you can't find it, you should try creating a new project so that it gets created again.
36-
- **Windows**
37-
- The location in Windows is `C:/Users/<User Name>/AppData/Roaming/Codeblocks/default.conf` (`%APPDATA%/Codeblocks/default.conf`)
38-
- The AppData folder is by default hidden by Windows Explorer.
39-
- On Windows 10, Go to the "View" tab at the top and check the "Hidden items" checkbox
40-
- On Windows 11, Click the "View" icon at the top then hover over "Show" and check the "Hidden items" checkbox
41-
- **Linux**
42-
- The location in Linux is `~/.config/codeblocks/default.conf`
43-
- **MacOS**
44-
- The location in MacOS is `~/Library/Application Support/codeblocks/default.conf`
45-
- The Library folder is by default hidden by the most recent version of Mac OS. You could use <kbd>⌘ Command + ⇧ Shift + G</kbd> to navigate to hidden folders.
36+
- **Windows**
37+
- The location in Windows is `C:/Users/<User Name>/AppData/Roaming/Codeblocks/default.conf` (`%APPDATA%/Codeblocks/default.conf`)
38+
- The AppData folder is by default hidden by Windows Explorer.
39+
- On Windows 10, Go to the "View" tab at the top and check the "Hidden items" checkbox
40+
- On Windows 11, Click the "View" icon at the top then hover over "Show" and check the "Hidden items" checkbox
41+
- **Linux**
42+
- The location in Linux is `~/.config/codeblocks/default.conf`
43+
- **MacOS**
44+
- The location in MacOS is `~/Library/Application Support/codeblocks/default.conf`
45+
- The Library folder is by default hidden by the most recent version of Mac OS. You could use <kbd>⌘ Command + ⇧ Shift + G</kbd> to navigate to hidden folders.
4646
- Now click on the <kbd>Transfer >></kbd> Button
47-
48-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_4.png)
49-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_4.png) -->
50-
<!-- ![Screenshot](./images/cb_share_config_4.png) -->
47+
48+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_4.png)
49+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_4.png) -->
50+
<!-- ![Screenshot](./images/cb_share_config_4.png) -->
5151

5252
- Click <kbd>Yes</kbd>
53-
54-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_5.png)
55-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_5.png) -->
56-
<!-- ![Screenshot](./images/cb_share_config_5.png) -->
53+
54+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_5.png)
55+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_5.png) -->
56+
<!-- ![Screenshot](./images/cb_share_config_5.png) -->
5757

5858
- Then you'll see a message like this, press <kbd>Ok</kbd>
59-
60-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_6.png)
61-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_6.png) -->
62-
<!-- ![Screenshot](./images/cb_share_config_6.png) -->
59+
60+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/cb_share_config_6.png)
61+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/cb_share_config_6.png) -->
62+
<!-- ![Screenshot](./images/cb_share_config_6.png) -->
6363

6464
- Then press <kbd>Save</kbd> and voilà, you've just installed the theme
6565

@@ -71,24 +71,24 @@ You should also change your cursor color to white
7171

7272
- Click Settings
7373

74-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_1.png)
75-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_1.png) -->
76-
<!-- ![Screenshot](./images/codeblocks_caret_color_config_1.png) -->
74+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_1.png)
75+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_1.png) -->
76+
<!-- ![Screenshot](./images/codeblocks_caret_color_config_1.png) -->
7777

7878
- Click <kbd>Margins and caret</kbd>
7979

80-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_2.png)
81-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_2.png) -->
82-
<!-- ![Screenshot](./images/codeblocks_caret_color_config_2.png) -->
80+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_2.png)
81+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_2.png) -->
82+
<!-- ![Screenshot](./images/codeblocks_caret_color_config_2.png) -->
8383

8484
- Click on the color
8585

86-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_3.png)
87-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_3.png) -->
88-
<!-- ![Screenshot](./images/codeblocks_caret_color_config_3.png) -->
86+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_3.png)
87+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_3.png) -->
88+
<!-- ![Screenshot](./images/codeblocks_caret_color_config_3.png) -->
8989

9090
- Click the white color on the bottom right
9191

92-
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_4.png)
93-
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_4.png) -->
94-
<!-- ![Screenshot](./images/codeblocks_caret_color_config_4.png) -->
92+
![Screenshot](https://github.com/dracula/codeblocks/raw/master/images/codeblocks_caret_color_config_4.png)
93+
<!-- ![Screenshot](https://draculatheme.com/codeblocks/images/codeblocks_caret_color_config_4.png) -->
94+
<!-- ![Screenshot](./images/codeblocks_caret_color_config_4.png) -->

0 commit comments

Comments
 (0)