Compare commits
4 commits
9bb651c0b9
...
268a15de9b
Author | SHA1 | Date | |
---|---|---|---|
268a15de9b | |||
e84af96031 | |||
f1ce6d699d | |||
1e39dca022 |
4 changed files with 5 additions and 4 deletions
2
.bashrc
2
.bashrc
|
@ -1,4 +1,4 @@
|
||||||
export GOPATH="~/go"
|
export GOPATH=~/go
|
||||||
export GOTELEMETRY=off
|
export GOTELEMETRY=off
|
||||||
export GOTOOLCHAIN=local
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
export EDITOR="/usr/bin/nano"
|
export EDITOR="/usr/bin/nano"
|
||||||
|
|
||||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
|
||||||
# set my titlebars
|
# set my titlebars
|
||||||
function set_win_title(){
|
function set_win_title(){
|
||||||
|
|
|
@ -51,4 +51,5 @@ RUN sudo dnf install -y \
|
||||||
oniguruma-devel \
|
oniguruma-devel \
|
||||||
nodejs-bash-language-server \
|
nodejs-bash-language-server \
|
||||||
rpm-spec-language-server \
|
rpm-spec-language-server \
|
||||||
clang-tools-extra
|
clang-tools-extra \
|
||||||
|
gkrellm
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /etc/yum.repos.d
|
cd /etc/yum.repos.d || exit 1
|
||||||
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
rpm-ostree override remove firefox firefox-langpacks
|
rpm-ostree override remove firefox firefox-langpacks
|
||||||
|
|
Loading…
Reference in a new issue