-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localhost configs #11
Comments
[autoexec]
mount c /home/yusongli/Documents/asm/dependencies/MASM
c: |
font:
size: 13.0
window:
opacity: 1.0 |
#!/bin/bash
MYCONDA=/home/yusongli/.vocal/miniconda3
MYTMUX=/usr/bin/tmux
#!/bin/bash
export GOPROXY=https://goproxy.cn
alias 201="ssh [email protected] -p 23331 -i ~/.ssh/yusongli_201"
alias i53="ssh [email protected] -p 2444"
function cd {
builtin cd "$@"
command -v conda &> /dev/null && conda_env
}
function conda_env {
[[ $PWD/ == $HOME/Documents/baiduseg/* ]] && conda activate baiduseg
[[ $PWD/ == $HOME/Documents/yunet/* ]] && conda activate yunet
[[ $PWD/ == $HOME/Documents/fastvit/* ]] && conda activate fastvit
[[ $PWD/ == $HOME/Documents/wangzhiping/* ]] && conda activate wangzhiping
} |
|
#!/bin/sh
# Small and big:
# xrandr --output eDP-1 --mode 1920x1080 --pos 320x1440 --rotate normal --output HDMI-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-2 --off
# Small and middle:
xrandr --output eDP-1 --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI-1 --off --output DP-1 --primary --mode 1280x1024 --pos 320x0 --rotate normal --output HDMI-2 --off
# Small and TV:
# xrandr --output eDP-1 --mode 1920x1080 --pos 0x768 --rotate normal --output HDMI-1 --primary --mode 1360x768 --pos 280x0 --rotate normal --output DP-1 --off --output HDMI-2 --off
# feh --bg-fill ~/Pictures/wallpapers/2560x1440.svg
feh --bg-fill ~/Pictures/garden.jpeg
# swaybg -i ~/Pictures/wall.png -m fill
fcitx5 &
udiskie --no-automount --no-notify --tray &
cfw & |
vim hot setting set nu rnu sb spr et ts=4 sw=4 vim hot settings for single file # vim: set et ts=4 sw=4: |
[user]
name = your_name
email = your_email
[merge]
conflictstyle = zdiff3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: