adjust README
This commit is contained in:
@@ -25,6 +25,10 @@ dotfiles/
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
### Fonts
|
||||||
|
|
||||||
|
- [Jetbrains Mono Nerd Font](https://www.nerdfonts.com/font-downloads)
|
||||||
|
|
||||||
### Core Tools
|
### Core Tools
|
||||||
|
|
||||||
- **Terminal**: [Alacritty](https://github.com/alacritty/alacritty)
|
- **Terminal**: [Alacritty](https://github.com/alacritty/alacritty)
|
||||||
@@ -149,7 +153,6 @@ chsh -s /bin/zsh
|
|||||||
```
|
```
|
||||||
|
|
||||||
4. **Set up tmux plugins**:
|
4. **Set up tmux plugins**:
|
||||||
|
|
||||||
- Start a tmux session
|
- Start a tmux session
|
||||||
- Press `C-b I` to install plugins
|
- Press `C-b I` to install plugins
|
||||||
|
|
||||||
|
|||||||
5
telegram/.config/autostart/org.telegram.desktop.desktop
Executable file
5
telegram/.config/autostart/org.telegram.desktop.desktop
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=org.telegram.desktop
|
||||||
|
Exec=bash -c "flatpak run --command=telegram-desktop org.telegram.desktop -startintray"
|
||||||
|
X-Flatpak=org.telegram.desktop
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
export PATH=~/.local/bin:$PATH
|
export PATH=~/.local/bin:$PATH
|
||||||
export PATH=$DOTFILES/scripts/hcf/:$PATH
|
export PATH=$DOTFILES/scripts/hcf/:$PATH
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Linux*) {
|
Linux*) {
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|||||||
@@ -19,3 +19,5 @@ export MANPAGER='nvim +Man!'
|
|||||||
export SSH_ENV="$HOME/.ssh/agent-environment"
|
export SSH_ENV="$HOME/.ssh/agent-environment"
|
||||||
|
|
||||||
export GOPRIVATE=gitlab.company.com
|
export GOPRIVATE=gitlab.company.com
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
Reference in New Issue
Block a user