Compare commits
No commits in common. "268a15de9bb844e8e64027749997394d803f2496" and "9bb651c0b981812983cf5f5f862fd48da85526b0" have entirely different histories.
268a15de9b
...
9bb651c0b9
4 changed files with 4 additions and 5 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,5 +51,4 @@ 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 || exit 1
|
cd /etc/yum.repos.d
|
||||||
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