auiop
This commit is contained in:
parent
3fd3aef074
commit
a00899a44b
5 changed files with 23 additions and 1 deletions
0
dot_local/share/applications/.keep
Normal file
0
dot_local/share/applications/.keep
Normal file
10
dot_local/share/applications/coqide.desktop
Normal file
10
dot_local/share/applications/coqide.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=CoqIDE Proof Assistant
|
||||
Comment=Graphical interface for the Coq proof assistant
|
||||
Exec=/usr/bin/env coqide
|
||||
Icon=coqide
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Development;Science;Math;IDE;GTK;
|
|
@ -27,7 +27,7 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
|||
source_if_exists $HOME/.cargo/env
|
||||
source_if_exists $HOME/.ghcup/env
|
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/.local/scripts:$HOME/.dotnet/tools:$PATH:$HOME/go/bin:$HOME/.idris2/bin"
|
||||
export PATH="$HOME/.local/bin:$HOME/.local/scripts:$HOME/.dotnet/tools:$PATH:$HOME/go/bin:$HOME/.idris2/bin:$HOME/.opam/default/bin"
|
||||
[ -f "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/env" ] && source "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/env"
|
||||
|
||||
[[ -s /home/michael/.autojump/etc/profile.d/autojump.sh ]] && source /home/michael/.autojump/etc/profile.d/autojump.sh
|
||||
|
|
6
executable_dot_xinitrc
Normal file
6
executable_dot_xinitrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
|
||||
exec i3
|
6
private_dot_ssh/executable_config
Normal file
6
private_dot_ssh/executable_config
Normal file
|
@ -0,0 +1,6 @@
|
|||
Host osutech
|
||||
User root
|
||||
HostName 192.81.210.64
|
||||
|
||||
# vim: set ft=sshconfig :
|
||||
|
Loading…
Reference in a new issue