Skip to content

Commit

Permalink
GitBook: [master] 2 pages and 2 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Nov 14, 2019
1 parent 489bfe4 commit 1e292f2
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
Binary file modified .gitbook/assets/image (7).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/image (8).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions gelistirici/wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,49 @@
[Windows Terminal \(Preview\)](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab) ile Ubuntu terminalinizi yönetebilirsiniz
{% endhint %}

## 🎨 Terminal Teması

![](../.gitbook/assets/image%20%287%29.png)

{% tabs %}
{% tab title="👨‍💻 Temayı Derleme" %}
Alttaki komutlarla temayı indirin ve derleyin

```bash
sudo apt install golang-go
go get -u github.com/justjanne/powerline-go
```
{% endtab %}

{% tab title="📜 Script" %}
* VsCode ile `.bashrc`'yi açın \(`code ~/.bashrc`\)
* Alttaki komutları dosyanın en altına kopyalayın

```bash
GOPATH=$HOME/go
function _update_ps1() {
PS1="$($GOPATH/bin/powerline-go -error $?)"
}
if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
fi
```
{% endtab %}

{% tab title="🔤 Font Kurulumu" %}
* [Delugia Nerd Fonts](https://github.com/adam7/delugia-code/releases?WT.mc_id=-blog-scottha)'u kurun
* Windows Terminal üzerinden ayarlara girip, Ubuntu ayarlarına alttakini ekleyin

```bash
"fontFace": "Delugia Nerd Font"
```
{% endtab %}
{% endtabs %}

{% hint style="success" %}
Ayrıntılı bilgi için [buradaki](https://www.hanselman.com/blog/HowToMakeAPrettyPromptInWindowsTerminalWithPowerlineNerdFontsCascadiaCodeWSLAndOhmyposh.aspx) **STEP TWO FOR UBUNTU/WSL** alanına bakabilirsin.
{% endhint %}

## 🔇 Terminel Sesini Kapatma

* `sudo nano /etc/inputrc` ile girdi dosyasını yetki ile açın
Expand Down Expand Up @@ -60,3 +103,5 @@ Codename: disco

> [Kaynak](https://www.linuxbabe.com/ubuntu/upgrade-ubuntu-18-04-18-10-to-ubuntu-19-04)


2 changes: 1 addition & 1 deletion giris/uygulamalar.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Alttaki işlem ile file explorer'a hem **tab** hem de **ön izleme** fonksiyonu
* Ardından update kurulumu olan [QTTabBar ver 1040](http://qttabbar.wdfiles.com/local--files/qttabbar/UpdateQTTabBar1040.zip) ile güncelleyin
* Resimdeki gibi özelleştirebilirsin.

![](../.gitbook/assets/image%20%287%29.png)
![](../.gitbook/assets/image%20%288%29.png)

![](../.gitbook/assets/image%20%283%29.png)

Expand Down

0 comments on commit 1e292f2

Please sign in to comment.